Searched refs:Con (Results 1 – 2 of 2) sorted by relevance
49 explicit RSCheckAST(RSContext *Con, unsigned int TargetAPI, in RSCheckAST() argument51 : Context(Con), in RSCheckAST()52 C(Con->getASTContext()), in RSCheckAST()
59 explicit RSASTReplace(const clang::ASTContext &Con) in RSASTReplace() argument60 : C(Con), in RSASTReplace()