Lines Matching refs:Perform
76 // Determine where we will perform name lookup.
94 // We therefore do not perform any name lookup if the result would
126 // Perform "qualified" name lookup into the declaration context we
142 // Perform unqualified name lookup.
226 // perform this lookup again (e.g., as an object name), which
236 // perform the name lookup again.
463 // Perform lookup for Objective-C instance variables (including automatically
546 // Perform typo correction to determine if there is another name that is
629 // perform some heroics to see if we actually have a
697 // point we'll perform the various checks (e.g., accessibility) we need
1230 // Perform typo correction at the given location, but only if we
3613 /// ActOnTypedefNameDecl - Perform semantic checking for a declaration which
4160 /// \brief Perform semantic checking on a newly-created variable
5077 // Perform semantic checking on the function declaration.
5200 // Perform semantic checking on the function declaration.
5425 /// \brief Perform semantic checking of a new function declaration.
5558 // FIXME: Shouldn't we be able to perform this check even when the class
5984 ExprResult Result = InitSeq.Perform(*this, Entity, Kind,
6009 // Try to perform the initialization regardless.
6012 ExprResult Result = InitSeq.Perform(*this, Entity, Kind,
6113 ExprResult Result = InitSeq.Perform(*this, Entity, Kind,
6385 ExprResult Init = InitSeq.Perform(*this, Entity, Kind,
6503 /// FinalizeDeclaration - called by ParseDeclarationAfterDeclarator to perform