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

  /external/clang/lib/Lex/
MacroInfo.cpp 20 IsC99Varargs = false;
41 IsC99Varargs = MI.IsC99Varargs;
97 isC99Varargs() != Other.isC99Varargs() ||
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 60 /// IsC99Varargs - True if this macro is of the form "#define X(...)" or
63 bool IsC99Varargs : 1;
208 void setIsC99Varargs() { IsC99Varargs = true; }
210 bool isC99Varargs() const { return IsC99Varargs; }
212 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; }
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 102 milliseconds