Home
last modified time | relevance | path

Searched defs:QT (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp113 clang::QualType QT = PVD->getType().getCanonicalType(); in validateAndConstructOldStyleParams() local
223 clang::QualType QT = PVD->getType().getCanonicalType(); in validateAndConstructKernelParams() local
330 clang::QualType QT = PVD->getType().getCanonicalType(); in Create() local
450 clang::QualType QT = PVD->getType().getCanonicalType(); in isRSForEachFunc() local
Dslang_rs_check_ast.cpp192 clang::QualType QT = PVD->getType().getCanonicalType(); in ValidateFunctionDecl() local
215 clang::QualType QT = VD->getType(); in ValidateVarDecl() local
265 clang::QualType QT = CE->getType(); in VisitCastExpr() local
Dslang_rs_export_var.cpp98 clang::QualType QT = VD->getTypeSourceInfo()->getType(); in RSExportVar() local
Dslang_rs_special_func.cpp66 clang::QualType QT = PVD->getType().getCanonicalType(); in validateSpecialFuncDecl() local
Dslang_rs_special_kernel_param.cpp118 const clang::QualType QT = Type.getCanonicalType(); in processSpecialKernelParameters() local
Dslang_rs_context.cpp240 clang::QualType QT = VD->getTypeSourceInfo()->getType(); in processExports() local
Dslang_rs_object_ref_count.cpp900 clang::QualType QT = LHS->getType(); in CreateStructRSSetObject() local
1046 clang::QualType QT = AS->getType(); in ReplaceRSObjectAssignment() local
1529 clang::QualType QT = AS->getType(); in VisitBinAssign() local
Dslang_rs_export_type.cpp569 clang::QualType QT = T->getCanonicalTypeInternal(); in ValidateTypeHelper() local
702 clang::QualType QT, const clang::NamedDecl *ND, in ValidateType()
Dslang_backend.cpp420 clang::QualType QT = PVD->getOriginalType(); in HandleTopLevelDecl() local
Dslang_rs_export_type.h44 inline const clang::Type* GetCanonicalType(clang::QualType QT) { in GetCanonicalType()