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

  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 42 /// TheMacro - The controlling macro for a file, if valid.
44 const IdentifierInfo *TheMacro;
49 TheMacro = 0;
58 TheMacro = 0;
82 if (TheMacro)
94 TheMacro = M;
109 if (!TheMacro) return Invalidate();
122 return TheMacro;
  /external/clang/lib/Lex/
PPExpressions.cpp 76 /// TheMacro - When the state is DefinedMacro or NotDefinedMacro, this
78 IdentifierInfo *TheMacro;
153 DT.TheMacro = II;
770 IfNDefMacro = DT.TheMacro;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 77 const MCAsmMacro *TheMacro;
    [all...]

Completed in 477 milliseconds