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

  /external/clang/lib/Lex/
PPDirectives.cpp 139 } else if (isDefineUndef && II->getPPKeywordID() == tok::pp_defined) {
432 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID();
592 switch (II->getPPKeywordID()) {
630 switch (II->getPPKeywordID()) {
    [all...]
PreprocessingRecord.cpp 398 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
  /external/clang/include/clang/Basic/
IdentifierTable.h 161 /// getPPKeywordID - Return the preprocessor keyword ID for this identifier.
163 tok::PPKeywordKind getPPKeywordID() const;
  /external/clang/lib/Basic/
IdentifierTable.cpp 192 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
  /external/clang/lib/Frontend/
CacheTokens.cpp 334 tok::PPKeywordKind K = II->getPPKeywordID();
  /external/clang/tools/libclang/
Indexing.cpp 76 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import);

Completed in 2913 milliseconds