Home | History | Annotate | Download | only in Sema

Lines Matching refs:Other

121 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
122 if (!Other) {
128 Range = Other.getSourceRange();
129 Builder.Adopt(Other);
643 // Unlike the other cases, we don't assert that we actually get a decl.
857 // If decltype(auto) is used, no other type specifiers are permitted.
1073 // TODO: return "auto function" and other bad things based on the real type.