Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10202 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
10236 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
10265 const auto *SecondParam = in diagnoseOdrViolations() local
10271 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations()
10921 << (bool)SecondParam->getIdentifier() << SecondParam; in diagnoseOdrViolations()
11256 ODRDiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseOdrViolations()
11258 << I + 1 << SecondParam->getDeclName(); in diagnoseOdrViolations()
11282 ODRDiagNote(SecondParam->getLocation(), in diagnoseOdrViolations()
11287 ODRDiagNote(SecondParam->getLocation(), in diagnoseOdrViolations()
11302 ODRDiagNote(SecondParam->getLocation(), SecondParam->getSourceRange(), in diagnoseOdrViolations()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9979 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local
9983 SecondParam = SecondFnType->getExtParameterInfo(I); in mergeExtParameterInfo()
9986 if (FirstParam.withIsNoEscape(false) != SecondParam.withIsNoEscape(false)) in mergeExtParameterInfo()
9990 bool SecondNoEscape = SecondParam.isNoEscape(); in mergeExtParameterInfo()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3113 enum SecondParam { None, Architecture, Tune }; in checkTargetAttr() enum