Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
1704 const ParmVarDecl *FirstParam = FirstFunction->getParamDecl(I); diagnoseMismatch() local
[all...]
H A DASTContext.cpp10897 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; mergeExtParameterInfo() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3444 enum FirstParam { Unsupported, Duplicate, Unknown }; checkTargetAttr() enum
3507 enum FirstParam { Unsupported }; checkTargetVersionAttr() enum
3555 enum FirstParam { Unsupported, Duplicate, Unknown }; checkTargetClonesAttrString() enum
H A DSemaCodeComplete.cpp4346 bool FirstParam = true; MaybeAddOverrideCalls() local
H A DSemaExpr.cpp6672 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument