HomeSort by relevance Sort by last modified time
    Searched full:isc99varargs (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Lex/
MacroInfo.cpp 24 IsC99Varargs(false),
72 isC99Varargs() != Other.isC99Varargs() ||
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 53 /// IsC99Varargs - True if this macro is of the form "#define X(...)" or
56 bool IsC99Varargs : 1;
195 void setIsC99Varargs() { IsC99Varargs = true; }
197 bool isC99Varargs() const { return IsC99Varargs; }
199 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; }
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 562 /// [PP_MACRO_FUNCTION_LIKE, \<ObjectLikeStuff>, IsC99Varargs,
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 281 milliseconds