Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9847 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
9879 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
9906 const auto *SecondParam = in diagnoseOdrViolations() local
9912 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
10922 << (bool)SecondParam->getIdentifier() << SecondParam; in diagnoseOdrViolations()
11243 ODRDiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseOdrViolations()
11245 << I + 1 << SecondParam->getDeclName(); in diagnoseOdrViolations()
11269 ODRDiagNote(SecondParam->getLocation(), in diagnoseOdrViolations()
11274 ODRDiagNote(SecondParam->getLocation(), in diagnoseOdrViolations()
11289 ODRDiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseOdrViolations()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp9041 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local
9045 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
9048 if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false)) in mergeExtParameterInfo()
9052 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3095 enum SecondParam { None, Architecture }; in checkTargetAttr() enum