Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp139 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) { in hasDefinition() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1524 bool hasDefinition() const { hasDefinition() function
2232 bool hasDefinition() const { hasDefinition() function
[all...]
H A DDeclCXX.h571 bool hasDefinition() const { return DefinitionData || dataPtr(); } in hasDefinition() function
H A DDecl.h1298 DefinitionKind hasDefinition() const { hasDefinition() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8477 AST_MATCHER(CXXRecordDecl,hasDefinition) AST_MATCHER() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2372 VarDecl::DefinitionKind VarDecl::hasDefinition(ASTContext &C) const { hasDefinition() function in VarDecl