Home
last modified time | relevance | path

Searched refs:mayBeFollowedByCXXDirectInit (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2112 bool mayBeFollowedByCXXDirectInit() const { in mayBeFollowedByCXXDirectInit() function
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp6040 if (D.mayOmitIdentifier() && D.mayBeFollowedByCXXDirectInit()) { in ParseDirectDeclarator()
6146 if (getLangOpts().CPlusPlus && D.mayBeFollowedByCXXDirectInit()) { in ParseDirectDeclarator()
6564 ParseTrailingReturnType(Range, D.mayBeFollowedByCXXDirectInit()); in ParseFunctionDeclarator()
/external/clang/lib/Parse/
DParseDecl.cpp5418 if (getLangOpts().CPlusPlus && D.mayBeFollowedByCXXDirectInit()) { in ParseDirectDeclarator()