OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVarargsElidedUse
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
MacroArgs.h
100
///
isVarargsElidedUse
- Return true if this is a C99 style varargs macro
105
bool
isVarargsElidedUse
() const { return VarargsElided; }
/external/clang/lib/Lex/
TokenLexer.cpp
255
if (!PasteBefore && ActualArgs->
isVarargsElidedUse
() &&
397
if (ActualArgs->
isVarargsElidedUse
())
[
all
...]
Completed in 172 milliseconds