Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DMacroInfo.h321 unsigned IsFromPCH : 1; variable
330 : Previous(nullptr), Loc(Loc), MDKind(K), IsFromPCH(false), in MacroDirective()
348 bool isFromPCH() const { return IsFromPCH; } in isFromPCH()
350 void setIsFromPCH() { IsFromPCH = true; } in setIsFromPCH()
/external/clang/lib/Lex/
DMacroInfo.cpp224 if (IsFromPCH) Out << " from_pch"; in dump()