Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.h50 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function
92 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
H A DClangUserExpression.h57 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function
149 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
H A DClangUtilityFunction.cpp94 if (!DeclMap()->WillParse(exe_ctx, NULL)) { in Install()
139 DeclMap()->DidParse(); in Install()
H A DClangUserExpression.cpp478 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()
H A DClangExpressionHelper.h49 virtual ClangExpressionDeclMap *DeclMap() = 0;
H A DClangFunctionCaller.h75 ClangExpressionDeclMap *DeclMap() override { return NULL; } in DeclMap() function
H A DClangExpressionParser.cpp522 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4792 DeclMapTy DeclMap; member in __anon15de256c0611::StmtPrinterHelper
4811 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()