Searched refs:mayBeAbstract (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp282 TPResult TPR = TryParseDeclarator(false/*mayBeAbstract*/);
499 if (State.update(TryParseDeclarator(false/*mayBeAbstract*/)))
590 TPR = TryParseDeclarator(true/*mayBeAbstract*/, false/*mayHaveIdentifier*/);
1001 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, argument
1037 if (mayBeAbstract &&
1055 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier);
1062 } else if (!mayBeAbstract) {
1077 if (!mayBeAbstract && !isCXXFunctionDeclarator())
1948 TPR = TryParseDeclarator(true/*mayBeAbstract*/);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1983 if (mayBeAbstract()) {
2019 bool CXXRecordDecl::mayBeAbstract() const {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1693 bool mayBeAbstract() const;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2547 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier = true,

Completed in 316 milliseconds