Searched refs:DeclMap (Results 1 – 8 of 8) sorted by relevance
50 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function92 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
57 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function149 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
94 if (!DeclMap()->WillParse(exe_ctx, NULL)) { in Install()139 DeclMap()->DidParse(); in Install()
478 if (!DeclMap()->WillParse(exe_ctx, m_materializer_ap.get())) { in Parse()486 DeclMap()->SetLookupsEnabled(true); in Parse()667 if (!DeclMap()->WillParse(exe_ctx, m_materializer_ap.get())) { in Complete()676 DeclMap()->SetLookupsEnabled(true); in Complete()
49 virtual ClangExpressionDeclMap *DeclMap() = 0;
75 ClangExpressionDeclMap *DeclMap() override { return NULL; } in DeclMap() function
522 ClangExpressionDeclMap *decl_map = type_system_helper->DeclMap(); in ClangExpressionParser()875 if (ClangExpressionDeclMap *decl_map = type_system_helper->DeclMap()) in ParseInternal()917 if (type_system_helper->DeclMap() && in ParseInternal()918 !type_system_helper->DeclMap()->ResolveUnknownTypes()) { in ParseInternal()1120 type_system_helper->DeclMap(); // result can be NULL in PrepareForExecution()
4792 DeclMapTy DeclMap; member in __anon15de256c0611::StmtPrinterHelper4811 DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P; in StmtPrinterHelper()4816 DeclMap[var] = P; in StmtPrinterHelper()4822 DeclMap[var] = P; in StmtPrinterHelper()4829 DeclMap[var] = P; in StmtPrinterHelper()4836 DeclMap[var] = P; in StmtPrinterHelper()4843 DeclMap[var] = P; in StmtPrinterHelper()4876 DeclMapTy::iterator I = DeclMap.find(D); in handleDecl()4878 if (I == DeclMap.end()) in handleDecl()