OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isC99Varargs
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Lex/
MacroInfo.cpp
20
IsC99Varargs
= false;
39
IsC99Varargs
= MI.
IsC99Varargs
;
92
isC99Varargs
() != Other.
isC99Varargs
() ||
PPDirectives.cpp
[
all
...]
/external/clang/include/clang/Lex/
MacroInfo.h
54
///
IsC99Varargs
- True if this macro is of the form "#define X(...)" or
57
bool
IsC99Varargs
: 1;
196
void setIsC99Varargs() {
IsC99Varargs
= true; }
198
bool
isC99Varargs
() const { return
IsC99Varargs
; }
200
bool isVariadic() const { return
IsC99Varargs
| IsGNUVarargs; }
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 76 milliseconds