Home
last modified time | relevance | path

Searched refs:IsParamReference (Results 1 – 5 of 5) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp404 bool IsParamReference = ParamType->isReferenceType(); in areTypesCompatible() local
438 if (IsParamReference && ParamType->isArrayType()) in areTypesCompatible()
442 !IsParamReference || ParamType.getNonReferenceType().isConstQualified(); in areTypesCompatible()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp404 bool IsParamReference = ParamType->isReferenceType(); in areTypesCompatible() local
438 if (IsParamReference && ParamType->isArrayType()) in areTypesCompatible()
442 !IsParamReference || ParamType.getNonReferenceType().isConstQualified(); in areTypesCompatible()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp404 bool IsParamReference = ParamType->isReferenceType(); in areTypesCompatible() local
438 if (IsParamReference && ParamType->isArrayType()) in areTypesCompatible()
442 !IsParamReference || ParamType.getNonReferenceType().isConstQualified(); in areTypesCompatible()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp404 bool IsParamReference = ParamType->isReferenceType(); in areTypesCompatible() local
438 if (IsParamReference && ParamType->isArrayType()) in areTypesCompatible()
442 !IsParamReference || ParamType.getNonReferenceType().isConstQualified(); in areTypesCompatible()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp404 bool IsParamReference = ParamType->isReferenceType(); in areTypesCompatible() local
438 if (IsParamReference && ParamType->isArrayType()) in areTypesCompatible()
442 !IsParamReference || ParamType.getNonReferenceType().isConstQualified(); in areTypesCompatible()