Home
last modified time | relevance | path

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

/llvm-project/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/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.h63 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
84 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function
H A DClangUserExpression.h66 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function
162 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
H A DClangUtilityFunction.cpp114 if (!DeclMap()->WillParse(exe_ctx, nullptr)) { in Install()
159 DeclMap()->DidParse(); in Install()
H A DClangExpressionHelper.h38 virtual ClangExpressionDeclMap *DeclMap() = 0;
H A DClangFunctionCaller.h71 ClangExpressionDeclMap *DeclMap() override { return nullptr; } in DeclMap() function
H A DClangUserExpression.cpp564 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in TryParse()
572 DeclMap()->SetLookupsEnabled(true); in TryParse()
808 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in Complete()
817 DeclMap()->SetLookupsEnabled(true); in Complete()
H A DClangExpressionParser.cpp1312 ClangExpressionDeclMap *decl_map = type_system_helper->DeclMap(); in DoPrepareForExecution()
1545 type_system_helper->DeclMap(); // result can be NULL
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5425 DeclMapTy DeclMap; in StmtPrinterHelper()
5446 DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P; in StmtPrinterHelper()
5451 DeclMap[var] = P; in StmtPrinterHelper()
5457 DeclMap[var] = P; in StmtPrinterHelper()
5464 DeclMap[var] = P; in StmtPrinterHelper()
5471 DeclMap[var] = P; in StmtPrinterHelper()
5478 DeclMap[var] = P; in StmtPrinterHelper()
5511 DeclMapTy::iterator I = DeclMap.find(D); in handleDecl()
5513 if (I == DeclMap.end()) in handleDecl()
5418 DeclMapTy DeclMap; global() member in __anon36ae77d00711::StmtPrinterHelper