Home
last modified time | relevance | path

Searched refs:SecondParam (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp108 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseSubMismatchMethodParameters() local
111 QualType SecondParamType = SecondParam->getType(); in diagnoseSubMismatchMethodParameters()
133 DeclarationName SecondParamName = SecondParam->getDeclName(); in diagnoseSubMismatchMethodParameters()
1156 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseMismatch() local
1159 const Expr *SecondInit = SecondParam->getInit(); in diagnoseMismatch()
1353 NamedDecl *SecondParam = SecondTPL->getParam(i); in diagnoseMismatch() local
1355 if (FirstParam->getKind() != SecondParam->getKind()) { in diagnoseMismatch()
1377 << (i + 1) << GetParamType(SecondParam); in diagnoseMismatch()
1381 if (FirstParam->getName() != SecondParam->getName()) { in diagnoseMismatch()
1385 << (i + 1) << (bool)SecondParam->getIdentifier() << SecondParam; in diagnoseMismatch()
[all …]
H A DASTContext.cpp11994 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local
11998 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
12001 if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false)) in mergeExtParameterInfo()
12005 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3265 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enum
3344 enum SecondParam { None }; in checkTargetVersionAttr() enum
3434 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enum