Searched defs:FirstParam (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/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 1704 const ParmVarDecl *FirstParam = FirstFunction->getParamDecl(I); diagnoseMismatch() local [all...] |
H A D | ASTContext.cpp | 10897 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; mergeExtParameterInfo() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 3444 enum FirstParam { Unsupported, Duplicate, Unknown }; checkTargetAttr() enum 3507 enum FirstParam { Unsupported }; checkTargetVersionAttr() enum 3555 enum FirstParam { Unsupported, Duplicate, Unknown }; checkTargetClonesAttrString() enum
|
H A D | SemaCodeComplete.cpp | 4346 bool FirstParam = true; MaybeAddOverrideCalls() local
|
H A D | SemaExpr.cpp | 6672 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument
|