Searched refs:parseTypeAtBeginning (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 197 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); in parseType() 210 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, in parseTypeAtBeginning() function in llvm 218 .parseTypeAtBeginning(Ty, Read, Slots)) in parseTypeAtBeginning()
|
H A D | LLParser.cpp | 98 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, in parseTypeAtBeginning() function in LLParser
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | Parser.h | 184 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
|
H A D | LLParser.h | 174 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,
|