Home
last modified time | relevance | path

Searched refs:ExpressionParser (Results 1 – 16 of 16) sorted by relevance

/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h26 class ExpressionParser {
39 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser() function
44 virtual ~ExpressionParser() = default;
H A DFunctionCaller.h292 std::unique_ptr<ExpressionParser>
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/TypeSystem/Clang/
H A DBUILD.gn13 "//lldb/source/Plugins/ExpressionParser/Clang",
23 # Reaches into Plugins/ExpressionParser/Clang.
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DBUILD.gn14 "//lldb/source/Plugins/ExpressionParser/Clang",
25 # Reaches into Plugins/ExpressionParser/Clang.
/llvm-project/lldb/source/Expression/
H A DExpressionParser.cpp1 //===-- ExpressionParser.cpp ----------------------------------------------===//
9 #include "lldb/Expression/ExpressionParser.h"
18 Status ExpressionParser::PrepareForExecution( in PrepareForExecution()
33 ExpressionParser::RunStaticInitializers(IRExecutionUnitSP &execution_unit_sp, in RunStaticInitializers()
H A DCMakeLists.txt6 ExpressionParser.cpp
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/
H A DBUILD.gn20 # Reaches into Plugins/ExpressionParser/Clang.
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/
H A DBUILD.gn22 # Reaches into Plugins/ExpressionParser.
/llvm-project/llvm/utils/gn/secondary/lldb/source/Expression/
H A DBUILD.gn29 "ExpressionParser.cpp",
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h13 #include "lldb/Expression/ExpressionParser.h"
45 class ClangExpressionParser : public ExpressionParser {
H A DClangExpressionParser.cpp745 : ExpressionParser(exe_scope, expr, generate_debug_info), m_compiler(),
/llvm-project/lldb/source/Plugins/
H A DCMakeLists.txt5 add_subdirectory(ExpressionParser)
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn27 "//lldb/source/Plugins/ExpressionParser/Clang",
/llvm-project/utils/bazel/llvm-project-overlay/lldb/source/Plugins/
H A DBUILD.bazel164 hdrs = glob(["ExpressionParser/Clang/*.h"]),
174 srcs = glob(["ExpressionParser/Clang/*.cpp"]),
/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2579 // Handled in ExpressionParser for Verilog. in isStartOfName()
3167 class ExpressionParser { in parse()
3169 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, in parse()
3714 // With very deep nesting, ExpressionParser uses lots of stack and the in isFunctionDeclarationName()
3724 ExpressionParser ExprParser(Style, Keywords, Line); in isFunctionDeclarationName()
3102 class ExpressionParser { global() class
3104 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, ExpressionParser() function in clang::format::__anon97a2a5fc0111::ExpressionParser
/llvm-project/clang/docs/
H A DClangFormattedStatus.rst