Home
last modified time | relevance | path

Searched refs:FoundFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp692 bool FoundFunction = false; in runOnSCC() local
696 FoundFunction = true; in runOnSCC()
707 if (NeedModule && FoundFunction) { in runOnSCC()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp375 const CXXMethodDecl *FoundFunction = InitialFunction; in getOverridingFunction() local
378 FoundFunction->getCorrespondingMethodDeclaredInClass(CurRecord, false); in getOverridingFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp299 Decl *FindAndMapDefinition(FunctionDecl *D, FunctionDecl *FoundFunction) { in FindAndMapDefinition() argument
302 FoundFunction->hasBody(Definition)) in FindAndMapDefinition()
4004 if (FunctionDecl *FoundFunction = *FoundFunctionOrErr) { in VisitFunctionDecl() local
4005 if (Decl *Def = FindAndMapDefinition(D, FoundFunction)) in VisitFunctionDecl()
4007 FoundByLookup = FoundFunction; in VisitFunctionDecl()
4020 if (auto *FoundFunction = dyn_cast<FunctionDecl>(FoundDecl)) { in VisitFunctionDecl() local
4021 if (!hasSameVisibilityContextAndLinkage(FoundFunction, D)) in VisitFunctionDecl()
4024 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl()
4025 if (Decl *Def = FindAndMapDefinition(D, FoundFunction)) in VisitFunctionDecl()
4027 FoundByLookup = FoundFunction; in VisitFunctionDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11669 bool FoundFunction = false; in CheckDeductionGuideDeclarator() local
11673 if (Chunk.Kind != DeclaratorChunk::Function || FoundFunction) { in CheckDeductionGuideDeclarator()
11725 FoundFunction = true; in CheckDeductionGuideDeclarator()