Searched refs:VisitCallExpr (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_check_ast.h62 void VisitCallExpr(clang::CallExpr *CE);
H A Dslang_rs_foreach_lowering.h44 void VisitCallExpr(clang::CallExpr *CE);
H A Dslang_rs_object_ref_count.h199 void VisitCallExpr(clang::CallExpr *CE);
H A Dslang_rs_check_ast.cpp140 void RSCheckAST::VisitCallExpr(clang::CallExpr *E) { function in class:slang::RSCheckAST
H A Dslang_rs_foreach_lowering.cpp221 void RSForEachLowering::VisitCallExpr(clang::CallExpr* CE) { function in class:slang::RSForEachLowering
H A Dslang_rs_object_ref_count.cpp1426 void RSObjectRefCount::VisitCallExpr(clang::CallExpr* CE) { function in class:slang::__anon1256::RSObjectRefCount

Completed in 83 milliseconds