Home | History | Annotate | Download | only in AST

Lines Matching defs:Expected

809       const CXXRecordDecl *Expected;
811 Expected = Path[Path.size() - 2];
813 Expected = getContainingRecord();
814 if (Expected->getCanonicalDecl() != Class->getCanonicalDecl()) {
1504 /// determine the expected signedness of the result -- a string literal used to
1742 // apply this rule to C++98, in order to conform to the expected 'volatile'
2226 "base class initializers not in expected order");
3293 assert(!RD->isUnion() && "Expected non-union class type");
3754 "expected array or string literal");