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

  /external/clang/include/clang/Lex/
MacroInfo.h 302 bool IsPublic : 1;
319 IsImported(false), IsPublic(true), IsHidden(false), IsAmbiguous(false),
326 IsImported(isImported), IsPublic(true), IsHidden(false),
366 IsPublic = Public;
371 bool isPublic() const { return IsPublic; }
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 644 milliseconds