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

/external/clang/lib/Parse/
H A DParseDecl.cpp4526 /// If FirstArgAttrs is non-null, then the caller parsed those arguments
4542 ParsedAttributes &FirstArgAttrs,
4585 ParseParameterDeclarationClause(D, FirstArgAttrs, ParamInfo, EllipsisLoc);
4772 /// D is the declarator being parsed. If FirstArgAttrs is non-null, then the
4801 ParsedAttributes &FirstArgAttrs,
4829 // get rid of a parameter (FirstArgAttrs) and this statement. It might be
4831 DS.takeAttributesFrom(FirstArgAttrs);
4541 ParseFunctionDeclarator(Declarator &D, ParsedAttributes &FirstArgAttrs, BalancedDelimiterTracker &Tracker, bool IsAmbiguous, bool RequiresArg) argument
4799 ParseParameterDeclarationClause( Declarator &D, ParsedAttributes &FirstArgAttrs, SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo, SourceLocation &EllipsisLoc) argument

Completed in 98 milliseconds