Home
last modified time | relevance | path

Searched refs:getTyVal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h60 Type *getTyVal() const { return TyVal; } in getTyVal() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2878 Result = Lex.getTyVal(); in parseType()