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

  /external/clang/lib/Lex/
MacroInfo.cpp 25 IsGNUVarargs(false),
73 isGNUVarargs() != Other.isGNUVarargs())
  /external/clang/include/clang/Lex/
MacroInfo.h 58 /// IsGNUVarargs - True if this macro is of the form "#define X(a...)". The
61 bool IsGNUVarargs : 1;
196 void setIsGNUVarargs() { IsGNUVarargs = true; }
198 bool isGNUVarargs() const { return IsGNUVarargs; }
199 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; }
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 55 if (MI.isGNUVarargs())
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 181 milliseconds