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