Searched refs:getKeywordSpelling (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DTokenKinds.cpp40 const char *tok::getKeywordSpelling(TokenKind Kind) { function in class:tok
H A DDiagnostic.cpp957 else if (const char *S = tok::getKeywordSpelling(Kind))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h68 const char *getKeywordSpelling(TokenKind Kind) LLVM_READNONE;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp532 clang::tok::getKeywordSpelling(ti->getKind())) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1164 const char *S = tok::getKeywordSpelling(Tok.getKind());

Completed in 94 milliseconds