Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp157 clang::QualType QT = PVD->getType().getCanonicalType(); in validateAndConstructOldStyleParams() local
267 clang::QualType QT = PVD->getType().getCanonicalType(); in validateAndConstructKernelParams() local
315 const clang::QualType QT = Type.getCanonicalType(); in processSpecialParameters() local
489 clang::QualType QT = PVD->getType().getCanonicalType(); in Create() local
626 clang::QualType QT = PVD->getType().getCanonicalType(); in isRSForEachFunc() local
658 clang::QualType QT = PVD->getType().getCanonicalType(); in validateSpecialFuncDecl() local
Dslang_rs_check_ast.cpp164 clang::QualType QT = PVD->getType().getCanonicalType(); in ValidateFunctionDecl() local
187 clang::QualType QT = VD->getType(); in ValidateVarDecl() local
236 clang::QualType QT = CE->getType(); in VisitCastExpr() local
Dslang_rs_export_var.cpp98 clang::QualType QT = VD->getTypeSourceInfo()->getType(); in RSExportVar() local
Dslang_rs_object_ref_count.cpp997 clang::QualType QT = LHS->getType(); in CreateStructRSSetObject() local
1111 clang::QualType QT = AS->getType(); in ReplaceRSObjectAssignment() local
1492 clang::QualType QT = AS->getType(); in VisitBinAssign() local
Dslang_rs_export_type.cpp539 clang::QualType QT = T->getCanonicalTypeInternal(); in ValidateTypeHelper() local
671 clang::QualType QT, clang::NamedDecl *ND, in ValidateType()
Dslang_backend.cpp450 clang::QualType QT = PVD->getOriginalType(); in HandleTopLevelDecl() local
Dslang_rs_export_type.h44 inline const clang::Type* GetCanonicalType(clang::QualType QT) { in GetCanonicalType()