Home
last modified time | relevance | path

Searched refs:IsFromPCH (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDMacroInfo.h339 bool IsFromPCH : 1; variable
363 : Previous(0), Loc(Loc), MDKind(K), IsFromPCH(false), IsHidden(false), in MacroDirective()
385 bool isFromPCH() const { return IsFromPCH; } in isFromPCH()
387 void setIsFromPCH() { IsFromPCH = true; } in setIsFromPCH()