Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1527 bool hasDefinition() const { in hasDefinition() function
2235 bool hasDefinition() const { in hasDefinition() function
H A DDeclCXX.h571 bool hasDefinition() const { return DefinitionData || dataPtr(); } in hasDefinition() function
H A DDecl.h1262 DefinitionKind hasDefinition() const { in hasDefinition() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8515 AST_MATCHER(CXXRecordDecl, hasDefinition) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2357 VarDecl::DefinitionKind VarDecl::hasDefinition(ASTContext &C) const { in hasDefinition() function in VarDecl