Searched refs:GetASTContext (Results 1 – 6 of 6) sorted by relevance
136 GetASTContext().getFunctionType(GetASTContext().UnknownAnyTy, // result in AddGenericFunDecl()
117 clang::ASTContext &GetASTContext() const { in GetASTContext() function
23 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler()
715 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx); in GetDeclMetadata()718 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext()); in GetDeclMetadata()
155 static TypeSystemClang *GetASTContext(clang::ASTContext *ast_ctx);
761 TypeSystemClang *TypeSystemClang::GetASTContext(clang::ASTContext *ast) { in GetASTContext() function in TypeSystemClang