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

/external/clang/lib/Sema/
H A DDeclSpec.cpp146 /// "TheDeclarator" is the declarator that this will be added to.
168 Declarator &TheDeclarator,
203 if (!TheDeclarator.InlineParamsUsed &&
204 NumArgs <= llvm::array_lengthof(TheDeclarator.InlineParams)) {
205 I.Fun.ArgInfo = TheDeclarator.InlineParams;
207 TheDeclarator.InlineParamsUsed = true;
147 getFunction(bool hasProto, bool isVariadic, bool isAmbiguous, SourceLocation EllipsisLoc, ParamInfo *ArgInfo, unsigned NumArgs, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument

Completed in 43 milliseconds