reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
556 if (TPR != TPResult::Ambiguous) 557 return TPR != TPResult::False; // Returns true for TPResult::True or 573 TPR = TryParseDeclarator(true/*mayBeAbstract*/, false/*mayHaveIdentifier*/); 576 if (TPR == TPResult::Error) 577 TPR = TPResult::True; 579 if (TPR == TPResult::Ambiguous) { 583 TPR = TPResult::True; 599 TPR = TPResult::True; 603 TPR = TPResult::False; 606 assert(TPR == TPResult::True || TPR == TPResult::False); 606 assert(TPR == TPResult::True || TPR == TPResult::False); 607 return TPR == TPResult::True;