Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
1153 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseMismatch() local
1156 const Expr *SecondInit = SecondParam->getInit(); in diagnoseMismatch()
1350 NamedDecl *SecondParam = SecondTPL->getParam(i); in diagnoseMismatch() local
1352 if (FirstParam->getKind() != SecondParam->getKind()) { in diagnoseMismatch()
1374 << (i + 1) << GetParamType(SecondParam); in diagnoseMismatch()
1378 if (FirstParam->getName() != SecondParam->getName()) { in diagnoseMismatch()
1382 << (i + 1) << (bool)SecondParam->getIdentifier() << SecondParam; in diagnoseMismatch()
[all …]
H A DASTContext.cpp10790 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local
10794 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
10797 if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false)) in mergeExtParameterInfo()
10801 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp3399 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enum
3457 enum SecondParam { None }; in checkTargetVersionAttr() enum
3505 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enum