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

  /external/clang/include/clang/Lex/
MacroInfo.h 332 bool IsFromPCH : 1;
363 : Previous(nullptr), Loc(Loc), MDKind(K), IsFromPCH(false),
393 bool isFromPCH() const { return IsFromPCH; }
395 void setIsFromPCH() { IsFromPCH = true; }
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 44 milliseconds