Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h414 bool parseFunctionType(Type *&Result);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2490 Node *parseFunctionType();
3488 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
3763 Result = getDerived().parseFunctionType(); in parseType()
3938 Result = getDerived().parseFunctionType(); in parseType()
3944 Result = getDerived().parseFunctionType(); in parseType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2651 if (parseFunctionType(Result)) in parseType()
2895 bool LLParser::parseFunctionType(Type *&Result) { in parseFunctionType() function in LLParser