Home
last modified time | relevance | path

Searched refs:FnLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3459 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 DSemaOverload.cpp13571 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 DSemaChecking.cpp8371 SourceLocation FnLoc, in CheckMemorySizeofForComparison() argument
8384 S.Diag(FnLoc, diag::note_memsize_comparison_paren) in CheckMemorySizeofForComparison()