HomeSort by relevance Sort by last modified time
    Searched defs:isBuiltinMacro (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 77 bool IsBuiltinMacro : 1;
158 /// \brief Set or clear the isBuiltinMacro flag.
160 IsBuiltinMacro = Val;
227 bool isBuiltinMacro() const { return IsBuiltinMacro; }
PreprocessingRecord.h 173 bool isBuiltinMacro() const { return NameOrDef.is<IdentifierInfo *>(); }

Completed in 61 milliseconds