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

/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp723 SourceLocation FnLoc = CurLoc; local
780 return new PrototypeAST(FnLoc, FnName, ArgNames, Kind != 0, BinaryPrecedence);
797 SourceLocation FnLoc = CurLoc; local
801 new PrototypeAST(FnLoc, "main", std::vector<std::string>());
/external/clang/lib/Sema/
H A DSemaOverload.cpp10506 DiagnoseTwoPhaseLookup(Sema &SemaRef, SourceLocation FnLoc,
10530 OverloadCandidateSet Candidates(FnLoc, CSK);
10537 if (Candidates.BestViableFunction(SemaRef, FnLoc, Best) != OR_Success) {
10548 SemaRef.FindAssociatedClassesAndNamespaces(FnLoc, Args,
H A DSemaChecking.cpp4662 SourceLocation FnLoc,
4675 S.Diag(FnLoc, diag::note_memsize_comparison_paren)
4660 CheckMemorySizeofForComparison(Sema &S, const Expr *E, IdentifierInfo *FnName, SourceLocation FnLoc, SourceLocation RParenLoc) argument

Completed in 215 milliseconds