Home | History | Annotate | Download | only in Parse

Lines Matching refs:isCXXSimpleDeclaration

65     return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
69 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) {