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),
81 isGNUVarargs() != Other.isGNUVarargs())
150 if (IsC99Varargs || IsGNUVarargs) {
  /external/clang/include/clang/Lex/
MacroInfo.h 75 bool IsGNUVarargs : 1;
201 void setIsGNUVarargs() { IsGNUVarargs = true; }
203 bool isGNUVarargs() const { return IsGNUVarargs; }
204 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 136 milliseconds