Home
last modified time | relevance | path

Searched defs:parseTypeAtBeginning (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp215 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, parseTypeAtBeginning() function in llvm
H A DLLParser.cpp105 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, parseTypeAtBeginning() function in LLParser