Searched refs:SecondParam (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 111 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 D | ASTContext.cpp | 10897 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 D | SemaDeclAttr.cpp | 3445 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enum 3508 enum SecondParam { None }; in checkTargetVersionAttr() enum 3556 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enum
|