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

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

Completed in 70 milliseconds