Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp111 QualType SecondParamType = SecondParam->getType(); in diagnoseSubMismatchMethodParameters()
1379 << (i + 1) << GetParamType(SecondParam); in diagnoseMismatch()
1387 << (i + 1) << (bool)SecondParam->getIdentifier() << SecondParam; in diagnoseMismatch()
1392 isa<TemplateTypeParmDecl>(SecondParam)) { in diagnoseMismatch()
1396 cast<TemplateTypeParmDecl>(SecondParam); in diagnoseMismatch()
1714 DiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseMismatch()
1716 << I + 1 << SecondParam->getDeclName(); in diagnoseMismatch()
1738 DiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseMismatch()
1743 DiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseMismatch()
1758 DiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseMismatch()
[all …]
H A DASTContext.cpp10897 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local
10901 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
10904 if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false)) in mergeExtParameterInfo()
10908 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3445 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enum
3508 enum SecondParam { None }; in checkTargetVersionAttr() enum
3556 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enum