Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h60 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function
156 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.h45 virtual ClangExpressionDeclMap *DeclMap() = 0;
H A DClangFunctionCaller.h69 ClangExpressionDeclMap *DeclMap() override { return nullptr; } in DeclMap() function
H A DClangUserExpression.cpp569 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in TryParse()
577 DeclMap()->SetLookupsEnabled(true); in TryParse()
828 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in Complete()
837 DeclMap()->SetLookupsEnabled(true); in Complete()
H A DClangExpressionParser.cpp1139 ClangExpressionDeclMap *decl_map = type_system_helper->DeclMap(); in ParseInternal()
1396 type_system_helper->DeclMap(); // result can be NULL in PrepareForExecution()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5130 DeclMapTy DeclMap; member in __anona1d14af10611::StmtPrinterHelper
5151 DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P; in StmtPrinterHelper()
5156 DeclMap[var] = P; in StmtPrinterHelper()
5162 DeclMap[var] = P; in StmtPrinterHelper()
5169 DeclMap[var] = P; in StmtPrinterHelper()
5176 DeclMap[var] = P; in StmtPrinterHelper()
5183 DeclMap[var] = P; in StmtPrinterHelper()
5216 DeclMapTy::iterator I = DeclMap.find(D); in handleDecl()
5218 if (I == DeclMap.end()) in handleDecl()