Searched defs:FirstParam (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 107 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 D | ASTContext.cpp | 11099 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; mergeExtParameterInfo() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2952 enum FirstParam { Unsupported, Duplicate, Unknown }; checkTargetAttr() enum 3014 enum FirstParam { Unsupported }; checkTargetVersionAttr() enum 3059 enum FirstParam { Unsupported, Duplicate, Unknown }; checkTargetClonesAttrString() enum
|
H A D | SemaCodeComplete.cpp | 4352 bool FirstParam = true; MaybeAddOverrideCalls() local
|
H A D | SemaExpr.cpp | 5858 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument
|