Searched refs:FnLoc (Results 1 - 5 of 5) sorted by relevance
/external/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 725 SourceLocation FnLoc = CurLoc; local 782 return llvm::make_unique<PrototypeAST>(FnLoc, FnName, ArgNames, Kind != 0, 800 SourceLocation FnLoc = CurLoc; local 803 auto Proto = llvm::make_unique<PrototypeAST>(FnLoc, "__anon_expr",
|
/external/llvm/tools/sancov/ |
H A D | sancov.cc | 207 struct FnLoc { struct in namespace:__anon13544 208 bool operator<(const FnLoc &RHS) const { 796 return FnLoc{FileLoc{AI.FileName, AI.Line}, AI.FunctionName}; 804 const FnLoc &Loc = P.first;
|
/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6038 SourceLocation FnLoc, 6051 S.Diag(FnLoc, diag::note_memsize_comparison_paren) 6036 CheckMemorySizeofForComparison(Sema &S, const Expr *E, IdentifierInfo *FnName, SourceLocation FnLoc, SourceLocation RParenLoc) argument
|
H A D | SemaOverload.cpp | 11067 DiagnoseTwoPhaseLookup(Sema &SemaRef, SourceLocation FnLoc, 11094 OverloadCandidateSet Candidates(FnLoc, CSK); 11101 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) { 11112 SemaRef.FindAssociatedClassesAndNamespaces(FnLoc, Args,
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
H A D | LLParser.cpp | 2051 LocTy FnLoc, LabelLoc;
|
Completed in 2291 milliseconds