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()
1158 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseMismatch() local
1161 const Expr *SecondInit = SecondParam->getInit(); in diagnoseMismatch()
1355 NamedDecl *SecondParam = SecondTPL->getParam(i); in diagnoseMismatch() local
1357 if (FirstParam->getKind() != SecondParam->getKind()) { in diagnoseMismatch()
1379 << (i + 1) << GetParamType(SecondParam); in diagnoseMismatch()
1383 if (FirstParam->getName() != SecondParam->getName()) { in diagnoseMismatch()
1387 << (i + 1) << (bool)SecondParam->getIdentifier() << SecondParam; in diagnoseMismatch()
[all …]
H A DASTContext.cpp11376 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local
11380 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
11383 if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false)) in mergeExtParameterInfo()
11387 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2953 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enum
3015 enum SecondParam { None }; in checkTargetVersionAttr() enum
3057 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enum