Home
last modified time | relevance | path

Searched refs:wasThisDeclarationADefinition (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp41 bool ExternalASTSource::wasThisDeclarationADefinition(const FunctionDecl *FD) { in wasThisDeclarationADefinition() function in ExternalASTSource
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp110 bool MultiplexExternalSemaSource::wasThisDeclarationADefinition( in wasThisDeclarationADefinition() function in MultiplexExternalSemaSource
113 if (S->wasThisDeclarationADefinition(FD)) in wasThisDeclarationADefinition()
H A DSemaTemplateInstantiateDecl.cpp2640 if (isFriend && Source->wasThisDeclarationADefinition(D)) { in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h95 bool wasThisDeclarationADefinition(const FunctionDecl *FD) override;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h197 virtual bool wasThisDeclarationADefinition(const FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2405 bool wasThisDeclarationADefinition(const FunctionDecl *FD) override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9741 bool ASTReader::wasThisDeclarationADefinition(const FunctionDecl *FD) { in wasThisDeclarationADefinition() function in ASTReader