Home | History | Annotate | Download | only in Sema

Lines Matching defs:Result

174            "Must have noexcept result for EST_ComputedNoexcept.");
249 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
250 if (Result.isInvalid())
252 Arg = Result.takeAs<Expr>();
1381 /// subobjects of a base class. The result looks something like this:
1886 DeclContext::lookup_result Result
1888 if (Result.first != Result.second) {
1890 if ((Member = dyn_cast<FieldDecl>(*Result.first)) ||
1891 (Member = dyn_cast<IndirectFieldDecl>(*Result.first))) {
5617 LookupResult Result(S, &S.PP.getIdentifierTable().get("initializer_list"),
5619 if (!S.LookupQualifiedName(Result, Std)) {
5623 ClassTemplateDecl *Template = Result.getAsSingle<ClassTemplateDecl>();
5625 Result.suppressDiagnostics();
5627 NamedDecl *Found = *Result.begin();
5990 bool Result;
5991 if (IsEquivalentForUsingDecl(Context, D, Target, Result))
5992 return Result;
6973 LookupResult Result(*this, Name, SourceLocation(), LookupUsingDeclName);
6974 LookupQualifiedName(Result, CurContext);
6975 UsingDecl *UD = Result.getAsSingle<UsingDecl>();
6981 // constructors and notional constructors that result from the
7035 std::pair<ConstructorToSourceMap::iterator, bool> result =
7039 if (!result.second) {
7042 CanQualType PreviousBase = result.first->second.first;
7044 const CXXConstructorDecl *PrevCtor = result.first->second.second;
7087 result.first->second.second = NewCtor;
7313 // Filter out any result that isn't a copy/move-assignment operator.
8184 // Cache this result so that we don't try to generate this over and over
8868 // Cache this result so that we don't try to generate this over and over
9215 // Check that the result type is not dependent.
9221 // Check that the result type is what we expect.
9714 ExprResult result = sequence.Perform(*this, entity, initKind,
9716 if (result.isInvalid())
9721 CXXConstructExpr *construct = cast<CXXConstructExpr>(result.take());
10781 // Note: The VTableUses vector could grow as a result of marking