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

  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 59 /// getHasReadAnyTokensVal - This is used for the #ifndef hande-shake at the
62 bool getHasReadAnyTokensVal() const { return ReadAnyTokens; }
  /external/clang/lib/Lex/
PPDirectives.cpp 564 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
    [all...]

Completed in 719 milliseconds