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

  /external/clang/lib/Lex/
MacroArgs.h 100 /// isVarargsElidedUse - Return true if this is a C99 style varargs macro
105 bool isVarargsElidedUse() const { return VarargsElided; }
TokenLexer.cpp 325 ActualArgs->isVarargsElidedUse() && // Argument elided.

Completed in 380 milliseconds