HomeSort by relevance Sort by last modified time
    Searched refs:getSpelling (Results 26 - 34 of 34) sorted by null

12

  /external/clang/lib/Parse/
Parser.cpp 104 OS << ": current parser token '" << PP.getSpelling(Tok) << "'\n";
195 << PP.getSpelling(Tok)
    [all...]
ParseExpr.cpp 388 << /*LHS*/0 << PP.getSpelling(Tok) << Actions.getExprRange(RHS.get());
414 << /*RHS*/1 << PP.getSpelling(OpToken)
    [all...]
ParseDeclCXX.cpp 271 StringRef Lang = PP.getSpelling(Tok, LangBuffer, &Invalid);
    [all...]
ParseObjc.cpp 691 std::string ThisTok(PP.getSpelling(Tok));
    [all...]
ParseDecl.cpp 447 unsigned ActualLength = PP.getSpelling(Tok, ThisTokBegin, &Invalid);
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Lexer.cpp 236 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
241 StringRef Lexer::getSpelling(SourceLocation loc,
284 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
289 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr,
320 /// getSpelling - This method is used to get the spelling of a token into a
330 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer,
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 783 if (getPreprocessor().getSpelling(loc, buffer) == name) {
    [all...]
SemaExpr.cpp     [all...]

Completed in 185 milliseconds

12