Home | History | Annotate | Download | only in Sema

Lines Matching full:look

902       // found nothing, so look into the the contexts between the
918 // We do not directly look into transparent contexts, since
924 // We do not look directly into function or method contexts,
928 // If we have an Objective-C instance method, look for ivars
965 // If we are looking for members, no need to look into global/namespace scope.
989 // We found something. Look for anything else in our scope
1007 // found nothing, so look into the the contexts between the
1023 // We do not directly look into transparent contexts, since
1031 // look into that context.
1036 // Look into context considering using-directives.
1089 /// return x; // unqualified name look finds 'x' in the global scope
1440 // If this is a namespace, look it up in the implied namespaces.
1444 // If this isn't a C++ class, we aren't allowed to look into base
1465 // Look for this member in our base classes
1610 // When the scope specifier is invalid, don't even look for
2124 // Look through any using declarations to find the underlying function.
2434 /// \brief Look up the default constructor for the given class.
2443 /// \brief Look up the copying constructor for the given class.
2459 /// \brief Look up the moving constructor for the given class.
2468 /// \brief Look up the constructors for the given class.
2485 /// \brief Look up the copying assignment operator for the given class.
2506 /// \brief Look up the moving assignment operator for the given class.
2520 /// \brief Look for the destructor of the given class.
2536 /// call for a user-defined literal. Look up the provided literal operator name,
2821 // Look through using declarations.
2848 // rather than hide. FIXME: Look for hiding based on function
2912 // Don't look into dependent bases, because name lookup can't look
3029 // Look into this scope's declaration context, along with any of its
3039 // For instance methods, look for ivars in the method's interface.
3061 // Look into the translation unit scope. We walk through the translation
3066 // doing so would force the normal C++ name-lookup code to look into the
3068 // Once we fix that problem (which is part of a more general "don't look
3107 // Look for visible declarations.
3685 /// \param MemberContext if non-NULL, the context in which to look for
3745 // Look in qualified interfaces.
3799 // For unqualified lookup, look through all of the names that we have