Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp105 clang::QualType QT = PVD->getType().getCanonicalType(); in validateAndConstructParams() local
274 clang::QualType QT; in validateAndConstructKernelParams() local
412 clang::QualType QT = PVD->getType().getCanonicalType(); in Create() local
551 clang::QualType QT = PVD->getType().getCanonicalType(); in isRSForEachFunc() local
583 clang::QualType QT = PVD->getType().getCanonicalType(); in validateSpecialFuncDecl() local
Dslang_rs_check_ast.cpp170 clang::QualType QT = PVD->getType().getCanonicalType(); in ValidateFunctionDecl() local
194 clang::QualType QT = VD->getType(); in ValidateVarDecl() local
245 clang::QualType QT = CE->getType(); in VisitCastExpr() local
Dslang_rs_export_var.cpp111 clang::QualType QT = VD->getTypeSourceInfo()->getType(); in RSExportVar() local
Dslang_rs_backend.cpp116 clang::QualType QT = PVD->getOriginalType(); in HandleTopLevelDecl() local
Dslang_rs_object_ref_count.cpp1005 clang::QualType QT = LHS->getType(); in CreateStructRSSetObject() local
1118 clang::QualType QT = AS->getType(); in ReplaceRSObjectAssignment() local
1502 clang::QualType QT = AS->getType(); in VisitBinAssign() local
Dslang_rs_export_type.cpp455 clang::QualType QT = T->getCanonicalTypeInternal(); in ValidateTypeHelper() local
574 bool RSExportType::ValidateType(clang::ASTContext &C, clang::QualType QT, in ValidateType()