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 52 CXString CXStoredDiagnostic::getSpelling() const {
CXLoadedDiagnostic.cpp 107 CXString CXLoadedDiagnostic::getSpelling() const {
  /external/llvm/include/llvm/Option/
Arg.h 71 StringRef getSpelling() const { return Spelling; }
  /external/clang/lib/Lex/
Preprocessor.cpp 207 << getSpelling(Tok) << "'";
420 /// getSpelling - This method is used to get the spelling of a token into a
423 StringRef Preprocessor::getSpelling(const Token &Tok,
438 unsigned Len = getSpelling(Tok, Ptr, Invalid);
540 StringRef CleanedStr = getSpelling(Identifier, IdentifierBuffer);
806 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid);
Lexer.cpp 229 /// \brief Slow case of getSpelling. Extract the characters comprising the
280 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
285 StringRef Lexer::getSpelling(SourceLocation loc,
321 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
326 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr,
348 /// getSpelling - This method is used to get the spelling of a token into a
358 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer,
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 595 milliseconds