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

/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp128 const char * const *ExtraArgs) const {
198 Args.push_back(*ExtraArgs);
256 const char * const *ExtraArgs) {
259 NumExtraArgs, ExtraArgs)) {
253 runPassesOn(Module *M, const std::vector<std::string> &Passes, bool AutoDebugCrashes, unsigned NumExtraArgs, const char * const *ExtraArgs) argument
/external/clang/lib/Tooling/
H A DTooling.cpp114 getSyntaxOnlyToolArgs(const std::vector<std::string> &ExtraArgs, argument
119 Args.insert(Args.end(), ExtraArgs.begin(), ExtraArgs.end());
/external/clang/lib/Sema/
H A DSemaExprMember.cpp686 ActOnMemberAccessExtraArgs *ExtraArgs) {
710 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr,
730 false, ExtraArgs);
891 ActOnMemberAccessExtraArgs *ExtraArgs) {
959 if (ExtraArgs) {
971 ExtraArgs->S, RetryExpr.get(), OpLoc, tok::arrow, TempSS,
972 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl,
973 ExtraArgs
679 BuildMemberReferenceExpr(Expr *Base, QualType BaseType, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, ActOnMemberAccessExtraArgs *ExtraArgs) argument
883 BuildMemberReferenceExpr(Expr *BaseExpr, QualType BaseExprType, SourceLocation OpLoc, bool IsArrow, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs, bool SuppressQualifierCheck, ActOnMemberAccessExtraArgs *ExtraArgs) argument
1653 ActOnMemberAccessExtraArgs ExtraArgs = {S, Id, ObjCImpDecl, local
[all...]
H A DSemaDecl.cpp6284 ActOnFDArgs &ExtraArgs, bool IsLocalFriend, Scope *S) {
6290 bool IsDefinition = ExtraArgs.D.isFunctionDefinition();
6324 &ExtraArgs.D.getCXXScopeSpec(), Validator,
6327 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(),
6328 ExtraArgs.D.getIdentifierLoc());
6340 bool wasRedeclaration = ExtraArgs.D.isRedeclaration();
6351 // eliminate the need for the parameter pack ExtraArgs.
6353 ExtraArgs.S, ExtraArgs.D,
6355 NewFD->getTypeSourceInfo(), Previous, ExtraArgs
6282 DiagnoseInvalidRedeclaration( Sema &SemaRef, LookupResult &Previous, FunctionDecl *NewFD, ActOnFDArgs &ExtraArgs, bool IsLocalFriend, Scope *S) argument
7434 struct ActOnFDArgs ExtraArgs = { S, D, TemplateParamLists, local
[all...]
/external/clang/lib/CodeGen/
H A DCGClass.cpp1687 unsigned ExtraArgs = CGM.getCXXABI().addImplicitConstructorArgs( local
1693 CGM.getTypes().arrangeCXXConstructorCall(Args, D, Type, ExtraArgs);
H A DCGCall.cpp251 unsigned ExtraArgs) {
259 RequiredArgs Required = RequiredArgs::forPrototypePlus(FPT, 1 + ExtraArgs);
248 arrangeCXXConstructorCall(const CallArgList &args, const CXXConstructorDecl *D, CXXCtorType CtorKind, unsigned ExtraArgs) argument

Completed in 1935 milliseconds