Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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.cpp115 if (!DeclMap()->WillParse(exe_ctx, nullptr)) { in Install()
160 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.cpp565 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in TryParse()
573 DeclMap()->SetLookupsEnabled(true); in TryParse()
831 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in Complete()
840 DeclMap()->SetLookupsEnabled(true); in Complete()
H A DClangExpressionParser.cpp1114 ClangExpressionDeclMap *decl_map = type_system_helper->DeclMap(); in ParseInternal()
1371 type_system_helper->DeclMap(); // result can be NULL in PrepareForExecution()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5421 DeclMapTy DeclMap; member in __anond5061b330711::StmtPrinterHelper
5442 DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P; in StmtPrinterHelper()
5447 DeclMap[var] = P; in StmtPrinterHelper()
5453 DeclMap[var] = P; in StmtPrinterHelper()
5460 DeclMap[var] = P; in StmtPrinterHelper()
5467 DeclMap[var] = P; in StmtPrinterHelper()
5474 DeclMap[var] = P; in StmtPrinterHelper()
5507 DeclMapTy::iterator I = DeclMap.find(D); in handleDecl()
5509 if (I == DeclMap.end()) in handleDecl()