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

/external/clang/lib/Sema/
H A DDeclSpec.cpp148 /// "TheDeclarator" is the declarator that this will be added to.
172 Declarator &TheDeclarator,
212 if (!TheDeclarator.InlineParamsUsed &&
213 NumParams <= llvm::array_lengthof(TheDeclarator.InlineParams)) {
214 I.Fun.Params = TheDeclarator.InlineParams;
216 TheDeclarator.InlineParamsUsed = true;
149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, 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 197 milliseconds