Home
last modified time | relevance | path

Searched defs:parseFunctionType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h3506 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h3506 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2921 bool LLParser::parseFunctionType(Type *&Result) { in parseFunctionType() function in LLParser