Searched refs:ValidateType (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_check_ast.cpp | 162 if (!RSExportType::ValidateType(C, resultType, FD, in ValidateFunctionDecl() 171 if (!RSExportType::ValidateType(C, QT, PVD, PVD->getLocStart(), in ValidateFunctionDecl() 278 !RSExportType::ValidateType(C, E->getType(), NULL, E->getExprLoc(), in VisitExpr()
|
D | slang_rs_export_type.h | 163 static bool ValidateType(clang::ASTContext &C, clang::QualType QT,
|
D | slang_rs_export_type.cpp | 574 bool RSExportType::ValidateType(clang::ASTContext &C, clang::QualType QT, in ValidateType() function in slang::RSExportType 588 return ValidateType(VD->getASTContext(), VD->getType(), VD, in ValidateVarDecl()
|