Home | History | Annotate | Download | only in Sema

Lines Matching full:perform

666   // Perform lookup into this declaration context.
717 // result), perform template argument deduction and place the
719 // callers to perform special deduction for conversion functions.
738 // Perform template argument deduction against the type that we would
758 // Perform direct name lookup into the LookupCtx.
761 // Perform direct name lookup into the namespaces nominated by the
851 assert(getLangOpts().CPlusPlus && "Can perform only C++ lookup");
961 // If this is a file context, we need to perform unqualified name
995 // Perform qualified name lookup into this context.
999 // perform qualified lookup because all of the members are on top of the
1220 /// @brief Perform unqualified name lookup starting from a given
1242 /// @param [in,out] R Specifies the lookup to perform (e.g., the name to
1302 // then we'll need to perform our checks based on the matching
1336 // Perform C++ unqualified name lookup.
1354 /// @brief Perform qualified name lookup in the namespaces nominated by
1509 /// \brief Perform qualified name lookup into a given context.
1545 // Perform qualified name lookup into the LookupCtx.
1586 // Perform lookup into our base classes.
1719 /// (e.g., "N::M::x"). It will then perform either qualified or
1743 // contex, and will perform name lookup in that context.
1759 // Perform unqualified name lookup starting in the given scope.
2475 // Now we perform lookup on the name we computed earlier and do overload
3627 /// \brief Perform name lookup for a possible result for typo correction.
3869 // In Microsoft mode, don't perform typo correction in a template member
3904 // Perform name lookup to find visible, similarly-named entities.
4076 // Perform name lookup on this name.
4152 // Only perform the qualified lookups for C++