Home
last modified time | relevance | path

Searched defs:hasDefinition (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp145 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) { in hasDefinition() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1516 bool hasDefinition() const { in hasDefinition() function
2221 bool hasDefinition() const { in hasDefinition() function
H A DDeclCXX.h555 bool hasDefinition() const { return DefinitionData || dataPtr(); } in hasDefinition() function
H A DDecl.h1273 DefinitionKind hasDefinition() const { in hasDefinition() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2312 VarDecl::DefinitionKind VarDecl::hasDefinition(ASTContext &C) const { in hasDefinition() function in VarDecl
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8201 AST_MATCHER(CXXRecordDecl, hasDefinition) { in AST_MATCHER() argument