HomeSort by relevance Sort by last modified time
    Searched refs:TokLoc (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Sema/
AttributeList.cpp 94 SourceLocation TokLoc, int Arg) {
96 C.IntTy, TokLoc);
97 return create(Name, TokLoc, 0, TokLoc, 0, TokLoc, &IArg, 1, 0);
SemaExpr.cpp     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 389 SourceLocation TokLoc, Preprocessor &pp)
412 ParseNumberStartingWithZero(TokLoc);
421 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-begin),
439 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-begin),
535 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-begin),
553 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, SuffixBegin-begin),
567 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
589 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, s-ThisTokBegin), \
604 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin),
612 PP.Diag(TokLoc, diag::ext_hexconstant_invalid)
    [all...]
Pragma.cpp 252 SourceLocation TokLoc = TmpTok.getLocation();
256 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 97 void ParseNumberStartingWithZero(SourceLocation TokLoc);
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 415 SourceLocation TokLoc, int Arg);
Sema.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 229 milliseconds