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

  /external/clang/include/clang/Basic/
IdentifierTable.h 69 bool IsModulesImport : 1; // True if this is the 'import' contextual
298 bool isModulesImport() const { return IsModulesImport; }
302 IsModulesImport = I;
320 isModulesImport());
  /external/clang/lib/Lex/
Preprocessor.cpp 651 if (LastTokenWasAt && II.isModulesImport() && !InMacroArgs &&

Completed in 68 milliseconds