Searched refs:FnLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 3362 if (const DILocation *FnLoc = EntryDebugLocation.get()) { in processStaticAllocas() local 3364 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 13546 Sema &SemaRef, SourceLocation FnLoc, const CXXScopeSpec &SS, in DiagnoseTwoPhaseLookup() argument 13562 OverloadCandidateSet Candidates(FnLoc, CSK); in DiagnoseTwoPhaseLookup() 13568 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup() 13595 SemaRef.FindAssociatedClassesAndNamespaces(FnLoc, Args, in DiagnoseTwoPhaseLookup()
|
| H A D | SemaChecking.cpp | 13129 SourceLocation FnLoc, in CheckMemorySizeofForComparison() argument 13142 S.Diag(FnLoc, diag::note_memsize_comparison_paren) in CheckMemorySizeofForComparison()
|