Home
last modified time | relevance | path

Searched refs:getPPKeywordID (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousIncludeCheck.cpp78 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import) in InclusionDirective()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp261 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
880 if (II->getPPKeywordID() == tok::pp_define) { in HandleSkippedDirectiveWhileUsingPCH()
885 II->getPPKeywordID() == tok::pp_include) { in HandleSkippedDirectiveWhileUsingPCH()
888 if (SkippingUntilPragmaHdrStop && II->getPPKeywordID() == tok::pp_pragma) { in HandleSkippedDirectiveWhileUsingPCH()
939 switch (II->getPPKeywordID()) { in HandleDirective()
982 switch (II->getPPKeywordID()) { in HandleDirective()
1585 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport()
2039 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import; in HandleHeaderIncludeOrImport()
2207 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == in HandleHeaderIncludeOrImport()
DPreprocessingRecord.cpp473 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp417 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
472 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp443 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
493 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/external/clang/lib/Lex/
DPPDirectives.cpp251 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
603 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID(); in PTHSkipExcludedConditionalBlock()
935 switch (II->getPPKeywordID()) { in HandleDirective()
973 switch (II->getPPKeywordID()) { in HandleDirective()
1612 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport()
1998 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() != in HandleIncludeDirective()
DPreprocessingRecord.cpp446 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp58 Inc.Directive = IncludeTok.getIdentifierInfo()->getPPKeywordID(); in InclusionDirective()
/external/clang/include/clang/Basic/
DIdentifierTable.h181 tok::PPKeywordKind getPPKeywordID() const;
DTokenKinds.def72 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h215 tok::PPKeywordKind getPPKeywordID() const;
DTokenKinds.def92 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/external/clang/lib/Format/
DFormatToken.h289 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
DFormatTokenLexer.cpp536 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
DTokenAnnotator.cpp731 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
771 (Info && Info->getPPKeywordID() == tok::pp_import && in parseLine()
DContinuationIndenter.cpp285 Current.Previous->Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
DUnwrappedLineParser.cpp511 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()
/external/clang/lib/Basic/
DIdentifierTable.cpp255 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp273 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/external/clang/lib/Frontend/
DCacheTokens.cpp358 tok::PPKeywordKind K = II->getPPKeywordID(); in LexTokens()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp352 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/external/clang/tools/libclang/
DIndexing.cpp254 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp269 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()
/external/llvm-project/clang/lib/Format/
DFormatToken.h450 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
DFormatTokenLexer.cpp1029 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()

12