| /external/clang/lib/Lex/ |
| PPDirectives.cpp | 126 std::string Spelling = getSpelling(MacroNameTok, &Invalid); 299 std::string DirectiveStr = getSpelling(Tok); 781 unsigned ActualLength = PP.getSpelling(DigitTok, DigitTokBegin, &Invalid); [all...] |
| TokenLexer.cpp | 521 unsigned LHSLen = PP.getSpelling(Tok, BufPtr, &Invalid); 528 unsigned RHSLen = PP.getSpelling(RHS, BufPtr, &Invalid);
|
| PPExpressions.cpp | 211 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, 277 StringRef ThisTok = PP.getSpelling(PeekTok, CharBuffer, &CharInvalid);
|
| LiteralSupport.cpp | [all...] |
| PPMacroExpansion.cpp | [all...] |
| Lexer.cpp | 243 /// \brief Slow case of getSpelling. Extract the characters comprising the 294 /// getSpelling() - Return the 'spelling' of this token. The spelling of a 299 StringRef Lexer::getSpelling(SourceLocation loc, 335 /// getSpelling() - Return the 'spelling' of this token. The spelling of a 340 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr, 362 /// getSpelling - This method is used to get the spelling of a token into a 372 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer, [all...] |
| /external/clang/lib/Sema/ |
| SemaStmtAsm.cpp | 376 // getSpelling - Get the spelling of the AsmTok token. 377 static StringRef getSpelling(Sema &SemaRef, Token AsmTok) { 382 Asm = SemaRef.PP.getSpelling(AsmTok, TokenBuf, &StringInvalid); 417 StringRef Spelling = getSpelling(SemaRef, AsmToks[i]);
|
| Sema.cpp | [all...] |
| SemaExpr.cpp | [all...] |
| /external/clang/lib/ARCMigrate/ |
| TransGCAttrs.cpp | 98 StringRef Spell = Lexer::getSpelling(
|
| /external/clang/lib/Driver/ |
| ArgList.cpp | 312 llvm::errs() << " " << (*it)->getSpelling();
|
| Tools.cpp | [all...] |
| /external/clang/lib/Frontend/ |
| VerifyDiagnosticConsumer.cpp | 529 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts);
|
| /external/clang/tools/libclang/ |
| CXLoadedDiagnostic.cpp | 97 CXString CXLoadedDiagnostic::getSpelling() const {
|
| /external/clang/lib/Parse/ |
| ParseExpr.cpp | 352 << /*LHS*/0 << PP.getSpelling(Tok) << Actions.getExprRange(RHS.get()); 378 << /*RHS*/1 << PP.getSpelling(OpToken) [all...] |
| ParseDeclCXX.cpp | 279 StringRef Lang = PP.getSpelling(Tok, LangBuffer, &Invalid); [all...] |
| Parser.cpp | 194 << PP.getSpelling(Tok) [all...] |
| ParseDecl.cpp | 459 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid); 596 unsigned ActualLength = PP.getSpelling(Tok, ThisTokBegin, &Invalid); [all...] |
| ParseObjc.cpp | 693 std::string ThisTok(PP.getSpelling(Tok)); [all...] |
| /external/clang/lib/Format/ |
| TokenAnnotator.cpp | 620 std::string Data(Lexer::getSpelling(Current.FormatTok.Tok, SourceMgr, [all...] |