Home
last modified time | relevance | path

Searched refs:Con (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_check_ast.h49 explicit RSCheckAST(RSContext *Con, unsigned int TargetAPI, in RSCheckAST() argument
51 : Context(Con), in RSCheckAST()
52 C(Con->getASTContext()), in RSCheckAST()
Dslang_rs_ast_replace.h59 explicit RSASTReplace(const clang::ASTContext &Con) in RSASTReplace() argument
60 : C(Con), in RSASTReplace()