Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10231 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
10265 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
10294 const auto *SecondParam = in diagnoseOdrViolations() local
10300 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
10950 << (bool)SecondParam->getIdentifier() << SecondParam; in diagnoseOdrViolations()
11285 ODRDiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseOdrViolations()
11287 << I + 1 << SecondParam->getDeclName(); in diagnoseOdrViolations()
11311 ODRDiagNote(SecondParam->getLocation(), in diagnoseOdrViolations()
11316 ODRDiagNote(SecondParam->getLocation(), in diagnoseOdrViolations()
11331 ODRDiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseOdrViolations()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10021 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local
10025 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
10028 if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false)) in mergeExtParameterInfo()
10032 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3198 enum SecondParam { None, Architecture, Tune }; in checkTargetAttr() enum