Searched refs:ThisTok (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 333 StringRef ThisTok = PP.getSpelling(PeekTok, CharBuffer, &CharInvalid); in EvaluateValue() local 337 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), in EvaluateValue()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPExpressions.cpp | 365 StringRef ThisTok = PP.getSpelling(PeekTok, CharBuffer, &CharInvalid); in EvaluateValue() local 369 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), in EvaluateValue()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1035 std::string ThisTok(PP.getSpelling(Tok)); in ParseObjCSelectorPiece() local 1036 if (isLetter(ThisTok[0])) { in ParseObjCSelectorPiece() 1037 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok.data()); in ParseObjCSelectorPiece()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 1027 std::string ThisTok(PP.getSpelling(Tok)); in ParseObjCSelectorPiece() local 1028 if (isLetter(ThisTok[0])) { in ParseObjCSelectorPiece() 1029 IdentifierInfo *II = &PP.getIdentifierTable().get(ThisTok); in ParseObjCSelectorPiece()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3125 StringRef ThisTok = PP.getSpelling(Tok, CharBuffer, &Invalid); in ActOnCharacterConstant() local 3129 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), Tok.getLocation(), in ActOnCharacterConstant()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 3533 StringRef ThisTok = PP.getSpelling(Tok, CharBuffer, &Invalid); in ActOnCharacterConstant() local 3537 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), Tok.getLocation(), in ActOnCharacterConstant()
|