Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp247 TPResult TPR = TryParseDeclarator( in TryParseInitDeclaratorList()
456 if (State.update(TryParseDeclarator( in isCXXConditionDeclarationOrInitStatement()
535 TPR = TryParseDeclarator(true /*mayBeAbstract*/, false /*mayHaveIdentifier*/, in isCXXTypeId()
866 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, in TryParseDeclarator() function in Parser
922 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier); in TryParseDeclarator()
1770 TPR = TryParseDeclarator( in TryParseParameterDeclarationClause()
H A DParseDecl.cpp2934 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); in ParseImplicitInt()
6719 if (TryParseDeclarator(true, D.mayHaveIdentifier(), true, in ParseDirectDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h8829 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier = true,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4432 {"_ZN5clang6Parser18TryParseDeclaratorEbb", "clang::Parser::TryParseDeclarator(bool, bool)"},