Searched refs:getPunctuatorSpelling (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DTokenKinds.cpp31 const char *tok::getPunctuatorSpelling(TokenKind Kind) { function in class:tok
H A DDiagnostic.cpp954 if (const char *S = tok::getPunctuatorSpelling(Kind))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp27 clang::tok::getPunctuatorSpelling(K)))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h64 const char *getPunctuatorSpelling(TokenKind Kind) LLVM_READNONE;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp167 if (const char *Punc = tok::getPunctuatorSpelling(Tok.getKind()))
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp529 clang::tok::getPunctuatorSpelling(ti->getKind())) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp122 SourceRange(Loc), tok::getPunctuatorSpelling(ExpectedTok));
139 Spelling = tok::getPunctuatorSpelling(ExpectedTok);

Completed in 139 milliseconds