Home | History | Annotate | Download | only in Sema

Lines Matching full:perform

648   // Perform lookup into this declaration context.
699 // result), perform template argument deduction and place the
701 // callers to perform special deduction for conversion functions.
720 // Perform template argument deduction against the type that we would
740 // Perform direct name lookup into the LookupCtx.
743 // Perform direct name lookup into the namespaces nominated by the
833 assert(getLangOptions().CPlusPlus && "Can perform only C++ lookup");
941 // Perform qualified name lookup into this context.
945 // perform qualified lookup because all of the members are on top of the
1050 /// @brief Perform unqualified name lookup starting from a given
1152 // Perform C++ unqualified name lookup.
1170 /// @brief Perform qualified name lookup in the namespaces nominated by
1324 /// \brief Perform qualified name lookup into a given context.
1361 // Perform qualified name lookup into the LookupCtx.
1402 // Perform lookup into our base classes.
1535 /// (e.g., "N::M::x"). It will then perform either qualified or
1559 // contex, and will perform name lookup in that context.
1574 // Perform unqualified name lookup starting in the given scope.
2284 // Now we perform lookup on the name we computed earlier and do overload
3283 /// \brief Perform name lookup for a possible result for typo correction.
3572 // Perform name lookup to find visible, similarly-named entities.
3694 // Perform name lookup on this name.
3741 // Only perform the qualified lookups for C++