Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp203 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 DLLParser.cpp111 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, in parseTypeAtBeginning() function in LLParser
/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h203 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
H A DLLParser.h201 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,