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

  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 50 CXString CXStoredDiagnostic::getSpelling() const {
CXLoadedDiagnostic.cpp 97 CXString CXLoadedDiagnostic::getSpelling() const {
CIndexDiagnostic.cpp 63 CXString getSpelling() const {
378 return D->getSpelling();
  /external/llvm/include/llvm/Option/
Arg.h 74 StringRef getSpelling() const { return Spelling; }
  /external/clang/lib/Lex/
Preprocessor.cpp 194 << getSpelling(Tok) << "'";
399 /// getSpelling - This method is used to get the spelling of a token into a
402 StringRef Preprocessor::getSpelling(const Token &Tok,
417 unsigned Len = getSpelling(Tok, Ptr, Invalid);
562 StringRef CleanedStr = getSpelling(Identifier, IdentifierBuffer);
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/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 201 milliseconds