Searched refs:FnLoc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 725 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 3279 if (const DILocation *FnLoc = EntryDebugLocation.get()) { in processStaticAllocas() local 3281 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 12699 Sema &SemaRef, SourceLocation FnLoc, const CXXScopeSpec &SS, in DiagnoseTwoPhaseLookup() argument 12715 OverloadCandidateSet Candidates(FnLoc, CSK); in DiagnoseTwoPhaseLookup() 12721 Candidates.BestViableFunction(SemaRef, FnLoc, Best); in DiagnoseTwoPhaseLookup() 12748 SemaRef.FindAssociatedClassesAndNamespaces(FnLoc, Args, in DiagnoseTwoPhaseLookup()
|
| H A D | SemaChecking.cpp | 9792 SourceLocation FnLoc, in CheckMemorySizeofForComparison() argument 9805 S.Diag(FnLoc, diag::note_memsize_comparison_paren) in CheckMemorySizeofForComparison()
|