Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DMacroInfo.h347 bool IsFromPCH : 1; variable
365 : Previous(nullptr), Loc(Loc), MDKind(K), IsFromPCH(false), in MacroDirective()
387 bool isFromPCH() const { return IsFromPCH; } in isFromPCH()
389 void setIsFromPCH() { IsFromPCH = true; } in setIsFromPCH()