Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h63 ClangExpressionDeclMap *DeclMap() override { in DeclMap() function
159 ClangExpressionDeclMap *DeclMap() { return m_type_system_helper.DeclMap(); } in DeclMap() function
H A DClangUtilityFunction.cpp116 if (!DeclMap()->WillParse(exe_ctx, nullptr)) { in Install()
161 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.cpp1130 ClangExpressionDeclMap *decl_map = type_system_helper->DeclMap(); in ParseInternal()
1387 type_system_helper->DeclMap(); // result can be NULL in PrepareForExecution()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5412 DeclMapTy DeclMap; member in __anon76ebc3340611::StmtPrinterHelper
5433 DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P; in StmtPrinterHelper()
5438 DeclMap[var] = P; in StmtPrinterHelper()
5444 DeclMap[var] = P; in StmtPrinterHelper()
5451 DeclMap[var] = P; in StmtPrinterHelper()
5458 DeclMap[var] = P; in StmtPrinterHelper()
5465 DeclMap[var] = P; in StmtPrinterHelper()
5498 DeclMapTy::iterator I = DeclMap.find(D); in handleDecl()
5500 if (I == DeclMap.end()) in handleDecl()