Home
last modified time | relevance | path

Searched defs:getSpelling (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h91 StringRef getSpelling() const { return Spelling; } in getSpelling() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h60 static const auto &getSpelling(Kind ABIKind) { in getSpelling() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp847 StringRef Lexer::getSpelling(const Token &Tok, in getSpelling() function in clang::comments::Lexer
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp334 StringRef Lexer::getSpelling(SourceLocation loc, in getSpelling() function in Lexer
375 std::string Lexer::getSpelling(const Token &Tok, const SourceManager &SourceMgr, in getSpelling() function in Lexer
407 unsigned Lexer::getSpelling(const Token &Tok, const char *&Buffer, in getSpelling() function in Lexer
H A DPreprocessor.cpp465 StringRef Preprocessor::getSpelling(const Token &Tok, in getSpelling() function in Preprocessor
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1896 std::string getSpelling() const { in getSpelling() function