Searched defs:isThisDeclarationADefinition (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclObjC.h | 534 bool isThisDeclarationADefinition() const { return hasBody(); } in isThisDeclarationADefinition() function |
H A D | Decl.h | 1295 DefinitionKind isThisDeclarationADefinition() const { isThisDeclarationADefinition() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 2242 VarDecl::isThisDeclarationADefinition(ASTContext &C) const { isThisDeclarationADefinition() function in VarDecl |