Home
last modified time | relevance | path

Searched refs:getKeywordSpelling (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTokenKinds.cpp40 const char *tok::getKeywordSpelling(TokenKind Kind) { in getKeywordSpelling() function in tok
H A DDiagnostic.cpp1025 else if ((S = tok::getKeywordSpelling(Kind))) in FormatDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h77 const char *getKeywordSpelling(TokenKind Kind) LLVM_READNONE;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp62 Spelling = tok::getKeywordSpelling(K); in createLeaf()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp600 clang::tok::getKeywordSpelling(ti->getKind())) { in ForEachMacro()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1631 const char *S = tok::getKeywordSpelling(Tok.getKind()); in getIdentifier()