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 21 IsGNUVarargs = false;
42 IsGNUVarargs = MI.IsGNUVarargs;
98 isGNUVarargs() != Other.isGNUVarargs())
  /external/clang/include/clang/Lex/
MacroInfo.h 65 /// IsGNUVarargs - True if this macro is of the form "#define X(a...)". The
68 bool IsGNUVarargs : 1;
209 void setIsGNUVarargs() { IsGNUVarargs = true; }
211 bool isGNUVarargs() const { return IsGNUVarargs; }
212 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; }
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 54 if (MI.isGNUVarargs())
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 229 milliseconds