Home
last modified time | relevance | path

Searched refs:DeclMap (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DHelperDeclRefGraph.cpp22 for (auto I = DeclMap.begin(); I != DeclMap.end(); ++I) { in print()
58 std::unique_ptr<CallGraphNode> &Node = DeclMap[F]; in getOrInsertNode()
67 auto I = DeclMap.find(D->getCanonicalDecl()); in getNode()
68 return I == DeclMap.end() ? nullptr : I->second.get(); in getNode()
H A DHelperDeclRefGraph.h75 DeclMapTy DeclMap; variable
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.h63 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
83 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function
H A DClangUserExpression.h62 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function
158 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
H A DClangUtilityFunction.cpp110 if (!DeclMap()->WillParse(exe_ctx, nullptr)) { in Install()
155 DeclMap()->DidParse(); in Install()
H A DClangExpressionHelper.h45 virtual ClangExpressionDeclMap *DeclMap() = 0;
H A DClangFunctionCaller.h68 ClangExpressionDeclMap *DeclMap() override { return nullptr; } in DeclMap() function
H A DClangUserExpression.cpp566 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in TryParse()
574 DeclMap()->SetLookupsEnabled(true); in TryParse()
832 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in Complete()
841 DeclMap()->SetLookupsEnabled(true); in Complete()
H A DClangExpressionParser.cpp1142 ClangExpressionDeclMap *decl_map = type_system_helper->DeclMap(); in ParseInternal()
1399 type_system_helper->DeclMap(); // result can be NULL in PrepareForExecution()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp5342 DeclMapTy DeclMap; member in __anon8d78c9ed0611::StmtPrinterHelper
5363 DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P; in StmtPrinterHelper()
5368 DeclMap[var] = P; in StmtPrinterHelper()
5374 DeclMap[var] = P; in StmtPrinterHelper()
5381 DeclMap[var] = P; in StmtPrinterHelper()
5388 DeclMap[var] = P; in StmtPrinterHelper()
5395 DeclMap[var] = P; in StmtPrinterHelper()
5428 DeclMapTy::iterator I = DeclMap.find(D); in handleDecl()
5430 if (I == DeclMap.end()) in handleDecl()