Searched defs:NumArguments (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DMacroInfo.h40 /// ArgumentList points to the first of NumArguments pointers.
47 unsigned NumArguments; member in class:clang::MacroInfo
123 NumArguments = 0;
182 assert(ArgumentList == nullptr && NumArguments == 0 &&
186 NumArguments = NumArgs;
195 bool arg_empty() const { return NumArguments == 0; }
197 arg_iterator arg_end() const { return ArgumentList+NumArguments; }
198 unsigned getNumArgs() const { return NumArguments; }
/external/clang/include/clang/AST/
H A DType.h3620 unsigned NumArguments; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmPackType

Completed in 1388 milliseconds