OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeywordSpelling
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
TokenKinds.cpp
40
const char *tok::
getKeywordSpelling
(TokenKind Kind) {
Diagnostic.cpp
972
else if (const char *S = tok::
getKeywordSpelling
(Kind))
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TokenKinds.h
69
const char *
getKeywordSpelling
(TokenKind Kind) LLVM_READNONE;
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Synthesis.cpp
55
Spelling = tok::
getKeywordSpelling
(K);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp
1316
const char *S = tok::
getKeywordSpelling
(Tok.getKind());
Completed in 57 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026