Home
last modified time | relevance | path

Searched defs:ParserState (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParserState.h47 struct ParserState { struct
48 ParserState(const llvm::SourceMgr &sourceMgr, const ParserConfig &config, in ParserState() function
56 void operator=(const ParserState &) = delete; argument
72 AsmParserState *asmState; argument
75 AsmParserCodeCompleteContext *codeCompleteContext;
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp186 enum ParserState { Start = 0, InType, InPos } state = Start; in ObjCRuntimeMethodType() enum
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp211 enum ParserState { enum in __anonb6ef144c0111::WebAssemblyAsmParser
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp81 enum ParserState : unsigned char { enum