Searched refs:FnLoc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/sancov/ |
D | sancov.cc | 384 for (const FunctionLoc &FnLoc : FnLocs) { in printFunctionLocs() local 386 DefaultBlacklist->inSection("fun", FnLoc.FunctionName)) in printFunctionLocs() 389 DefaultBlacklist->inSection("src", FnLoc.Loc.FileName)) in printFunctionLocs() 391 if (UserBlacklist && UserBlacklist->inSection("fun", FnLoc.FunctionName)) in printFunctionLocs() 393 if (UserBlacklist && UserBlacklist->inSection("src", FnLoc.Loc.FileName)) in printFunctionLocs() 396 OS << stripPathPrefix(FnLoc.Loc.FileName) << ":" << FnLoc.Loc.Line << " " in printFunctionLocs() 397 << FnLoc.FunctionName << "\n"; in printFunctionLocs()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 724 SourceLocation FnLoc = CurLoc; in ParsePrototype() local 781 return llvm::make_unique<PrototypeAST>(FnLoc, FnName, ArgNames, Kind != 0, in ParsePrototype() 799 SourceLocation FnLoc = CurLoc; in ParseTopLevelExpr() local 802 auto Proto = llvm::make_unique<PrototypeAST>(FnLoc, "__anon_expr", in ParseTopLevelExpr()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 10837 DiagnoseTwoPhaseLookup(Sema &SemaRef, SourceLocation FnLoc, in DiagnoseTwoPhaseLookup() argument 10864 OverloadCandidateSet Candidates(FnLoc, CSK); in DiagnoseTwoPhaseLookup() 10871 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) { in DiagnoseTwoPhaseLookup() 10882 SemaRef.FindAssociatedClassesAndNamespaces(FnLoc, Args, in DiagnoseTwoPhaseLookup()
|
D | SemaChecking.cpp | 5150 SourceLocation FnLoc, in CheckMemorySizeofForComparison() argument 5163 S.Diag(FnLoc, diag::note_memsize_comparison_paren) in CheckMemorySizeofForComparison()
|