OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeywordSpelling
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Basic/
TokenKinds.cpp
41
const char *tok::
getKeywordSpelling
(TokenKind Kind) {
Diagnostic.cpp
822
else if (const char *S = tok::
getKeywordSpelling
(Kind))
[
all
...]
/external/clang/include/clang/Basic/
TokenKinds.h
70
const char *
getKeywordSpelling
(TokenKind Kind) LLVM_READNONE;
Completed in 75 milliseconds