Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp725 SourceLocation FnLoc = CurLoc; in ParsePrototype() local
782 return std::make_unique<PrototypeAST>(FnLoc, FnName, ArgNames, Kind != 0, in ParsePrototype()
800 SourceLocation FnLoc = CurLoc; in ParseTopLevelExpr() local
803 auto Proto = std::make_unique<PrototypeAST>(FnLoc, "__anon_expr", in ParseTopLevelExpr()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3133 if (const DILocation *FnLoc = EntryDebugLocation.get()) { in processStaticAllocas() local
3135 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp12888 Sema &SemaRef, SourceLocation FnLoc, const CXXScopeSpec &SS, in DiagnoseTwoPhaseLookup() argument
12904 OverloadCandidateSet Candidates(FnLoc, CSK); in DiagnoseTwoPhaseLookup()
12910 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup()
12937 SemaRef.FindAssociatedClassesAndNamespaces(FnLoc, Args, in DiagnoseTwoPhaseLookup()
H A DSemaChecking.cpp11069 SourceLocation FnLoc, in CheckMemorySizeofForComparison() argument
11082 S.Diag(FnLoc, diag::note_memsize_comparison_paren) in CheckMemorySizeofForComparison()