Home
last modified time | relevance | path

Searched defs:FirstParam (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp107 const ParmVarDecl *FirstParam = FirstMethod->getParamDecl(I); in diagnoseSubMismatchMethodParameters() local
1157 const ParmVarDecl *FirstParam = FirstMethod->getParamDecl(I); in diagnoseMismatch() local
1354 NamedDecl *FirstParam = FirstTPL->getParam(i); in diagnoseMismatch() local
1709 const ParmVarDecl *FirstParam = FirstFunction->getParamDecl(I); in diagnoseMismatch() local
H A DASTContext.cpp11099 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; mergeExtParameterInfo() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2952 enum FirstParam { Unsupported, Duplicate, Unknown }; checkTargetAttr() enum
3014 enum FirstParam { Unsupported }; checkTargetVersionAttr() enum
3059 enum FirstParam { Unsupported, Duplicate, Unknown }; checkTargetClonesAttrString() enum
H A DSemaCodeComplete.cpp4352 bool FirstParam = true; MaybeAddOverrideCalls() local
H A DSemaExpr.cpp5858 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument