Home
last modified time | relevance | path

Searched refs:WillParse (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtilityFunction.cpp97 if (!DeclMap()->WillParse(exe_ctx, nullptr)) { in Install()
DClangExpressionDeclMap.h101 bool WillParse(ExecutionContext &exe_ctx, Materializer *materializer);
DClangUserExpression.cpp604 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in Parse()
792 if (!DeclMap()->WillParse(exe_ctx, GetMaterializer())) { in Complete()
DClangExpressionDeclMap.cpp87 bool ClangExpressionDeclMap::WillParse(ExecutionContext &exe_ctx, in WillParse() function in ClangExpressionDeclMap