Searched refs:GetASTContext (Results 1 – 6 of 6) sorted by relevance
136 GetASTContext().getFunctionType(GetASTContext().UnknownAnyTy, // result in AddGenericFunDecl()
116 clang::ASTContext &GetASTContext() const { in GetASTContext() function
23 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler()
643 TypeSystemClang::GetASTContext(&dest_ctx)->getDisplayName(), record, in importRecordLayoutFromOrigin()957 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx); in GetDeclMetadata()960 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext()); in GetDeclMetadata()
158 static TypeSystemClang *GetASTContext(clang::ASTContext *ast_ctx);
708 TypeSystemClang *TypeSystemClang::GetASTContext(clang::ASTContext *ast) { in GetASTContext() function in TypeSystemClang