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