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

/external/clang/lib/Parse/
H A DParseDecl.cpp5249 /// If FirstArgAttrs is non-null, then the caller parsed those arguments
5265 ParsedAttributes &FirstArgAttrs,
5317 ParseParameterDeclarationClause(D, FirstArgAttrs, ParamInfo,
5544 /// D is the declarator being parsed. If FirstArgAttrs is non-null, then the
5573 ParsedAttributes &FirstArgAttrs,
5597 // get rid of a parameter (FirstArgAttrs) and this statement. It might be
5599 DS.takeAttributesFrom(FirstArgAttrs);
5264 ParseFunctionDeclarator(Declarator &D, ParsedAttributes &FirstArgAttrs, BalancedDelimiterTracker &Tracker, bool IsAmbiguous, bool RequiresArg) argument
5571 ParseParameterDeclarationClause( Declarator &D, ParsedAttributes &FirstArgAttrs, SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, SourceLocation &EllipsisLoc) argument

Completed in 66 milliseconds