Searched refs:GetASTContext (Results 1 – 6 of 6) sorted by relevance
138 GetASTContext().getFunctionType(GetASTContext().UnknownAnyTy, // result in AddGenericFunDecl()
117 clang::ASTContext &GetASTContext() const { in GetASTContext() function
22 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler()
714 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx); in GetDeclMetadata()717 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext()); in GetDeclMetadata()
154 static TypeSystemClang *GetASTContext(clang::ASTContext *ast_ctx);
758 TypeSystemClang *TypeSystemClang::GetASTContext(clang::ASTContext *ast) { in GetASTContext() function in TypeSystemClang