Home | History | Annotate | Download | only in Sema

Lines Matching refs:Function

91     //   the class has access.  A local class of a member function
92 // may access the same names that the member function itself
104 FunctionDecl *Function = cast<FunctionDecl>(DC)->getCanonicalDecl();
105 Functions.push_back(Function);
107 if (Function->getFriendObjectKind())
108 DC = Function->getLexicalDeclContext();
110 DC = Function->getDeclContext();
469 /// Determines whether the given friend function matches anything in
488 /// Determines whether the given friend function template matches
748 // non-static member function is a protected member of its naming
1337 // and function templates should normally be evaluated in the context