Home
last modified time | relevance | path

Searched refs:parseTypeAtBeginning (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DParser.cpp197 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 DLLParser.cpp98 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, in parseTypeAtBeginning() function in LLParser
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DParser.h184 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
H A DLLParser.h174 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,