Home
last modified time | relevance | path

Searched refs:FoundFn (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8878 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform() local
8896 Loc, Step->Type, FoundFn, Constructor, ConstructorArgs, in Perform()
8904 S.CheckConstructorAccess(Kind.getLocation(), Constructor, FoundFn, in Perform()
8906 if (S.DiagnoseUseOfDecl(FoundFn, Kind.getLocation())) in Perform()
8915 FoundFn); in Perform()
8916 if (S.DiagnoseUseOfDecl(FoundFn, Kind.getLocation())) in Perform()
8919 CurInit = S.BuildCXXMemberCallExpr(CurInit.get(), FoundFn, Conversion, in Perform()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11654 llvm::Function *FoundFn = nullptr; member in __anoncc86edc35111::LastprivateConditionalRefChecker
11670 FoundFn = D.Fn; in VisitDeclRefExpr()
11689 FoundFn = D.Fn; in VisitMemberExpr()
11711 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData()
11813 llvm::Function *FoundFn; in checkAndEmitLastprivateConditional() local
11814 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) = in checkAndEmitLastprivateConditional()
11816 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional()
11819 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD); in checkAndEmitLastprivateConditional()
11820 assert(It != LastprivateConditionalToTypes[FoundFn].end() && in checkAndEmitLastprivateConditional()