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

  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 388 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) {
437 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() ==
  /external/clang/lib/Lex/
PPDirectives.cpp 159 if (isDefineUndef && II->getPPKeywordID() == tok::pp_defined) {
485 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID();
714 switch (II->getPPKeywordID()) {
751 switch (II->getPPKeywordID()) {
    [all...]
PreprocessingRecord.cpp 448 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
  /external/clang/include/clang/Basic/
IdentifierTable.h 171 tok::PPKeywordKind getPPKeywordID() const;
  /external/clang/lib/Basic/
IdentifierTable.cpp 202 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
  /external/clang/lib/Frontend/
CacheTokens.cpp 357 tok::PPKeywordKind K = II->getPPKeywordID();
  /external/clang/tools/libclang/
Indexing.cpp 276 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import);
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 559 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) {
594 if (Info && Info->getPPKeywordID() == tok::pp_import &&
    [all...]
ContinuationIndenter.cpp 236 Current.Previous->Tok.getIdentifierInfo()->getPPKeywordID() ==
    [all...]
UnwrappedLineParser.cpp 464 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) {
    [all...]

Completed in 526 milliseconds