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;
155 /// \brief Set or clear the isBuiltinMacro flag.
157 IsBuiltinMacro = Val;
224 bool isBuiltinMacro() const { return IsBuiltinMacro; }
PreprocessingRecord.h 173 bool isBuiltinMacro() const { return NameOrDef.is<IdentifierInfo *>(); }

Completed in 149 milliseconds