Searched refs:mayBeAbstract (Results 1 – 4 of 4) sorted by relevance
1046 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, in TryParseDeclarator() argument1082 if (mayBeAbstract && in TryParseDeclarator()1101 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier); in TryParseDeclarator()1108 } else if (!mayBeAbstract) { in TryParseDeclarator()1123 if (!mayBeAbstract && !isCXXFunctionDeclarator()) in TryParseDeclarator()
2020 if (mayBeAbstract()) { in completeDefinition()2056 bool CXXRecordDecl::mayBeAbstract() const { in mayBeAbstract() function in CXXRecordDecl
1731 bool mayBeAbstract() const;
2655 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier = true,