Searched refs:TheMacro (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h49 /// TheMacro - The controlling macro for a file, if valid.
51 const IdentifierInfo *TheMacro; member in class:clang::MultipleIncludeOpt
53 /// DefinedMacro - The macro defined right after TheMacro, if any.
63 TheMacro = nullptr;
92 TheMacro = nullptr;
125 if (TheMacro)
138 TheMacro = M;
154 if (!TheMacro) return Invalidate();
168 return TheMacro;
/external/clang/lib/Lex/
H A DPPExpressions.cpp76 /// TheMacro - When the state is DefinedMacro or NotDefinedMacro, this
78 IdentifierInfo *TheMacro; member in struct:DefinedTracker
157 DT.TheMacro = II;
775 IfNDefMacro = DT.TheMacro;
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp84 const MCAsmMacro *TheMacro; member in struct:__anon25885::MacroInstantiation
1861 : TheMacro(M), Instantiation(I), InstantiationLoc(IL), ExitBuffer(EB),

Completed in 499 milliseconds