Searched refs:parseTypeAtBeginning (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 203 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); in parseType() 216 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, in parseTypeAtBeginning() function in llvm 224 .parseTypeAtBeginning(Ty, Read, Slots)) in parseTypeAtBeginning()
|
| H A D | LLParser.cpp | 111 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, in parseTypeAtBeginning() function in LLParser
|
| /src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 203 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
|
| H A D | LLParser.h | 201 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,
|