Searched refs:mayBeAbstract (Results 1 – 4 of 4) sorted by relevance
1085 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, in TryParseDeclarator() argument1122 if (mayBeAbstract && in TryParseDeclarator()1141 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier); in TryParseDeclarator()1148 } else if (!mayBeAbstract) { in TryParseDeclarator()1163 if (!mayBeAbstract && !isCXXFunctionDeclarator()) in TryParseDeclarator()
2061 if (mayBeAbstract()) { in completeDefinition()2097 bool CXXRecordDecl::mayBeAbstract() const { in mayBeAbstract() function in CXXRecordDecl
1754 bool mayBeAbstract() const;
2704 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier = true,