Searched refs:mayBeAbstract (Results 1 – 4 of 4) sorted by relevance
1086 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, in TryParseDeclarator() argument1123 if (mayBeAbstract && in TryParseDeclarator()1142 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier); in TryParseDeclarator()1149 } else if (!mayBeAbstract) { in TryParseDeclarator()1164 if (!mayBeAbstract && !isCXXFunctionDeclarator()) in TryParseDeclarator()
2129 if (mayBeAbstract() && hasPureVirtualFinalOverrider(*this, FinalOverriders)) in completeDefinition()2138 bool CXXRecordDecl::mayBeAbstract() const { in mayBeAbstract() function in CXXRecordDecl
1762 bool mayBeAbstract() const;
2768 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier = true,