|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Basic/IdentifierTable.h 210 tok::PPKeywordKind getPPKeywordID() const;
References
tools/clang/lib/Format/ContinuationIndenter.cpp 516 Current.Previous->Tok.getIdentifierInfo()->getPPKeywordID() ==
tools/clang/lib/Format/FormatToken.h 319 Tok.getIdentifierInfo()->getPPKeywordID() == Kind;
tools/clang/lib/Format/FormatTokenLexer.cpp 813 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() ==
tools/clang/lib/Format/TokenAnnotator.cpp 1085 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) {
1135 (Info && Info->getPPKeywordID() == tok::pp_import &&
tools/clang/lib/Format/UnwrappedLineParser.cpp 671 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) {
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp 352 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp 419 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) {
474 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() ==
tools/clang/lib/Lex/PPDirectives.cpp 262 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) {
877 if (II->getPPKeywordID() == tok::pp_define) {
882 II->getPPKeywordID() == tok::pp_include) {
885 if (SkippingUntilPragmaHdrStop && II->getPPKeywordID() == tok::pp_pragma) {
936 switch (II->getPPKeywordID()) {
979 switch (II->getPPKeywordID()) {
1582 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
2048 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import;
2143 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() ==
tools/clang/lib/Lex/PreprocessingRecord.cpp 473 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
tools/clang/tools/libclang/Indexing.cpp 268 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import);