Home | History | Annotate | Download | only in Sema

Lines Matching refs:Result

260 /// result for name lookup of a nested-name-specifier.
291 /// nested-name-specifier within the given scope, and return the result of that
311 NamedDecl *Result = Found.getFoundDecl();
312 if (isAcceptableNestedNameSpecifier(Result))
313 return Result;
372 /// the result of name lookup within the scope of the nested-name-specifier
378 /// scope if it *knows* that the result is correct. It should not return in a
444 // reconstruct the result from when name lookup was performed at template
519 // scope, reconstruct the result from the template instantiation itself.