HomeSort by relevance Sort by last modified time
    Searched refs:getPPKeywordID (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 443 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) {
493 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() ==
  /external/clang/lib/Lex/
PPDirectives.cpp 251 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) {
603 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID();
    [all...]
PreprocessingRecord.cpp 446 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
  /external/clang/include/clang/Basic/
IdentifierTable.h 181 tok::PPKeywordKind getPPKeywordID() const;
  /external/clang/lib/Format/
FormatToken.h 289 Tok.getIdentifierInfo()->getPPKeywordID() == Kind;
FormatTokenLexer.cpp 536 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() ==
ContinuationIndenter.cpp 285 Current.Previous->Tok.getIdentifierInfo()->getPPKeywordID() ==
    [all...]
UnwrappedLineParser.cpp 511 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) {
    [all...]
TokenAnnotator.cpp 731 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) {
771 (Info && Info->getPPKeywordID() == tok::pp_import &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 189 tok::PPKeywordKind getPPKeywordID() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 189 tok::PPKeywordKind getPPKeywordID() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 189 tok::PPKeywordKind getPPKeywordID() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 189 tok::PPKeywordKind getPPKeywordID() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 189 tok::PPKeywordKind getPPKeywordID() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 189 tok::PPKeywordKind getPPKeywordID() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 189 tok::PPKeywordKind getPPKeywordID() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 189 tok::PPKeywordKind getPPKeywordID() const;
  /external/clang/lib/Basic/
IdentifierTable.cpp 255 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
  /external/clang/lib/Frontend/
CacheTokens.cpp 358 tok::PPKeywordKind K = II->getPPKeywordID();
  /external/clang/tools/libclang/
Indexing.cpp 254 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import);
    [all...]

Completed in 527 milliseconds