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 105 CXString CXLoadedDiagnostic::getSpelling() const {
  /external/llvm/include/llvm/Option/
Arg.h 71 StringRef getSpelling() const { return Spelling; }
  /external/clang/lib/Lex/
Preprocessor.cpp 192 << getSpelling(Tok) << "'";
397 /// getSpelling - This method is used to get the spelling of a token into a
400 StringRef Preprocessor::getSpelling(const Token &Tok,
415 unsigned Len = getSpelling(Tok, Ptr, Invalid);
517 StringRef CleanedStr = getSpelling(Identifier, IdentifierBuffer);
780 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid);
Lexer.cpp 235 /// \brief Slow case of getSpelling. Extract the characters comprising the
286 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
291 StringRef Lexer::getSpelling(SourceLocation loc,
327 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
332 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr,
354 /// getSpelling - This method is used to get the spelling of a token into a
364 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer,
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 257 milliseconds