Searched defs:TokLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | LiteralSupport.cpp | 46 FullSourceLoc TokLoc, in MakeCharSourceRange() 65 const LangOptions &Features, FullSourceLoc TokLoc, in Diag() 464 SourceLocation TokLoc, in NumericLiteralParser() 684 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator() 705 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero() 1324 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
|
| D | Pragma.cpp | 288 SourceLocation TokLoc = TmpTok.getLocation(); in Handle_Pragma() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | AttributeList.cpp | 108 SourceLocation TokLoc, int Arg) { in createIntegerAttribute()
|
| D | SemaExpr.cpp | 1436 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc, in getUDSuffixLoc() 3016 SourceLocation TokLoc = Tok.getLocation(); in ActOnNumericConstant() local 9444 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, in ActOnBinOp()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseStmt.cpp | 2058 SourceLocation TokLoc = Tok.getLocation(); in ParseMicrosoftAsmStatement() local
|