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

  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 286 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) {
  /external/clang/lib/Lex/
PPDirectives.cpp 145 } else if (isDefineUndef && II->getPPKeywordID() == tok::pp_defined) {
448 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID();
622 switch (II->getPPKeywordID()) {
659 switch (II->getPPKeywordID()) {
    [all...]
PreprocessingRecord.cpp 439 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
  /external/clang/include/clang/Basic/
IdentifierTable.h 176 tok::PPKeywordKind getPPKeywordID() const;
  /external/clang/lib/Basic/
IdentifierTable.cpp 199 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 225 switch (FormatTok.Tok.getIdentifierInfo()->getPPKeywordID()) {
TokenAnnotator.cpp 459 switch (CurrentToken->FormatTok.Tok.getIdentifierInfo()->getPPKeywordID()) {
604 ->getPPKeywordID() == tok::pp_not_keyword) ||
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 334 tok::PPKeywordKind K = II->getPPKeywordID();
  /external/clang/tools/libclang/
Indexing.cpp 278 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import);
    [all...]

Completed in 116 milliseconds