Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/AsmParser/
H A DParserState.h51 struct ParserState { struct
52 ParserState(const llvm::SourceMgr &sourceMgr, const ParserConfig &config, in ParserState() argument
60 void operator=(const ParserState &) = delete; argument
83 AsmParserState *asmState; argument
86 AsmParserCodeCompleteContext *codeCompleteContext;
/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h41 enum ParserState : unsigned char { enum
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp186 enum ParserState { Start = 0, InType, InPos } state = Start; ObjCRuntimeMethodType() enum
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp206 enum ParserState { global() enum in __anonb3abc7af0111::WebAssemblyAsmParser