HomeSort by: relevance | last modified time | path
    Searched defs:isBuiltinMacro (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 88 bool IsBuiltinMacro : 1;
148 /// Set or clear the isBuiltinMacro flag.
149 void setIsBuiltinMacro(bool Val = true) { IsBuiltinMacro = Val; }
215 bool isBuiltinMacro() const { return IsBuiltinMacro; }
PreprocessingRecord.h 185 bool isBuiltinMacro() const { return NameOrDef.is<IdentifierInfo *>(); }

Completed in 54 milliseconds