Searched refs:FoundFn (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 7826 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform() local 7844 Loc, Step->Type, FoundFn, Constructor, ConstructorArgs, in Perform() 7852 S.CheckConstructorAccess(Kind.getLocation(), Constructor, FoundFn, in Perform() 7854 if (S.DiagnoseUseOfDecl(FoundFn, Kind.getLocation())) in Perform() 7863 FoundFn); in Perform() 7864 if (S.DiagnoseUseOfDecl(FoundFn, Kind.getLocation())) in Perform() 7867 CurInit = S.BuildCXXMemberCallExpr(CurInit.get(), FoundFn, Conversion, in Perform()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 11683 llvm::Function *FoundFn = nullptr; member in __anon93cce0fb5311::LastprivateConditionalRefChecker 11699 FoundFn = D.Fn; in VisitDeclRefExpr() 11718 FoundFn = D.Fn; in VisitMemberExpr() 11740 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData() 11844 llvm::Function *FoundFn; in checkAndEmitLastprivateConditional() local 11845 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) = in checkAndEmitLastprivateConditional() 11847 if (FoundFn != CGF.CurFn) { in checkAndEmitLastprivateConditional() 11850 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD); in checkAndEmitLastprivateConditional() 11851 assert(It != LastprivateConditionalToTypes[FoundFn].end() && in checkAndEmitLastprivateConditional()
|