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

  /external/clang/include/clang/Lex/
MacroInfo.h 102 bool IsPublic : 1;
288 IsPublic = Public;
293 bool isPublic() const { return IsPublic; }
  /external/clang/lib/Lex/
MacroInfo.cpp 30 IsPublic = true;
52 IsPublic = MI.IsPublic;
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 134 milliseconds