/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | referencecasting.cxx | 328 if (auto elaboratedType = dyn_cast<ElaboratedType>(pointeeType)) in extractTemplateType() local 329 pointeeType = elaboratedType->desugar(); in extractTemplateType() 334 if (auto elaboratedType = dyn_cast<ElaboratedType>(cceType)) in extractTemplateType() local 335 cceType = elaboratedType->desugar().getTypePtr(); in extractTemplateType() 343 if (auto elaboratedType = dyn_cast<ElaboratedType>(templateParamType)) in extractTemplateType() local 344 templateParamType = elaboratedType->desugar().getTypePtr(); in extractTemplateType()
|
H A D | typedefparam.cxx | 184 auto elaboratedType = dyn_cast<ElaboratedType>(type); in areTypesEqual() local 185 if (!elaboratedType) in areTypesEqual() 187 return dyn_cast<RecordType>(elaboratedType->desugar()); in areTypesEqual() 194 if (auto elaboratedType = dyn_cast<ElaboratedType>(tmp)) in areTypesEqual() local 195 tmp = elaboratedType->desugar(); in areTypesEqual()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/ |
H A D | typedefparam.cxx | 184 auto elaboratedType = dyn_cast<ElaboratedType>(type); in areTypesEqual() local 185 if (!elaboratedType) in areTypesEqual() 187 return dyn_cast<RecordType>(elaboratedType->desugar()); in areTypesEqual() 194 if (auto elaboratedType = dyn_cast<ElaboratedType>(tmp)) in areTypesEqual() local 195 tmp = elaboratedType->desugar(); in areTypesEqual()
|
H A D | referencecasting.cxx | 487 if (auto elaboratedType = dyn_cast<ElaboratedType>(pointeeType)) in extractTemplateType() local 488 pointeeType = elaboratedType->desugar(); in extractTemplateType() 509 if (auto elaboratedType = dyn_cast<ElaboratedType>(cceType)) in extractTemplateType() local 510 cceType = elaboratedType->desugar(); in extractTemplateType() 518 if (auto elaboratedType = dyn_cast<ElaboratedType>(templateParamType)) in extractTemplateType() local 519 templateParamType = elaboratedType->desugar(); in extractTemplateType()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/clang/blink_gc_plugin/ |
H A D | RecordInfo.cpp | 616 const ElaboratedType* elaboratedType = cast<ElaboratedType>(type); in CreateEdgeFromOriginalType() local 617 if (!isa<TypedefType>(elaboratedType->getNamedType())) in CreateEdgeFromOriginalType() 620 cast<TypedefType>(elaboratedType->getNamedType()); in CreateEdgeFromOriginalType() 625 cache_->Lookup(elaboratedType->getQualifier()->getAsType()); in CreateEdgeFromOriginalType()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/blink_gc_plugin/ |
H A D | RecordInfo.cpp | 616 const ElaboratedType* elaboratedType = cast<ElaboratedType>(type); in CreateEdgeFromOriginalType() local 617 if (!isa<TypedefType>(elaboratedType->getNamedType())) in CreateEdgeFromOriginalType() 620 cast<TypedefType>(elaboratedType->getNamedType()); in CreateEdgeFromOriginalType() 625 cache_->Lookup(elaboratedType->getQualifier()->getAsType()); in CreateEdgeFromOriginalType()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 39 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
H A D | UseTransparentFunctorsCheck.cpp | 47 unless(elaboratedType()), in registerMatchers()
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 39 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 39 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 40 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/lang/v8/v8-9.6.180.12/tools/clang/blink_gc_plugin/ |
H A D | RecordInfo.cpp | 656 const ElaboratedType* elaboratedType = cast<ElaboratedType>(type); in CreateEdgeFromOriginalType() local 657 if (!isa<TypedefType>(elaboratedType->getNamedType())) in CreateEdgeFromOriginalType() 660 cast<TypedefType>(elaboratedType->getNamedType()); in CreateEdgeFromOriginalType() 665 cache_->Lookup(elaboratedType->getQualifier()->getAsType()); in CreateEdgeFromOriginalType()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
H A D | UseTransparentFunctorsCheck.cpp | 44 unless(elaboratedType()), in registerMatchers()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
H A D | ReplaceAutoPtrCheck.cpp | 65 unless(elaboratedType())))) in registerMatchers()
|
H A D | UseTransparentFunctorsCheck.cpp | 44 unless(elaboratedType()), in registerMatchers()
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 35 qualType(hasDeclaration(IoStateDecl), unless(elaboratedType())); in registerMatchers()
|