HomeSort by relevance Sort by last modified time
    Searched defs:getSpelling (Results 1 - 6 of 6) sorted by null

  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 51 CXString CXStoredDiagnostic::getSpelling() const {
CXLoadedDiagnostic.cpp 104 CXString CXLoadedDiagnostic::getSpelling() const {
CIndexDiagnostic.cpp 64 CXString getSpelling() const {
369 return D->getSpelling();
  /external/clang/lib/Lex/
Preprocessor.cpp 184 << getSpelling(Tok) << "'";
341 /// getSpelling - This method is used to get the spelling of a token into a
344 StringRef Preprocessor::getSpelling(const Token &Tok,
359 unsigned Len = getSpelling(Tok, Ptr, Invalid);
461 StringRef CleanedStr = getSpelling(Identifier, IdentifierBuffer);
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/include/clang/Lex/
Preprocessor.h 791 /// getSpelling() - Return the 'spelling' of the token at the given
798 StringRef getSpelling(SourceLocation loc,
801 return Lexer::getSpelling(loc, buffer, SourceMgr, LangOpts, invalid);
804 /// getSpelling() - Return the 'spelling' of the Tok token. The spelling of
    [all...]

Completed in 87 milliseconds