Searched refs:FnLoc (Results 1 - 5 of 5) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp725 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 Dsancov.cc207 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 DSemaChecking.cpp6038 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 DSemaOverload.cpp11067 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 DLLParser.cpp2051 LocTy FnLoc, LabelLoc;

Completed in 2291 milliseconds