Home | History | Annotate | Download | only in Sema

Lines Matching defs:Function

92     //   the class has access.  A local class of a member function
93 // may access the same names that the member function itself
111 FunctionDecl *Function = cast<FunctionDecl>(DC);
112 Functions.push_back(Function->getCanonicalDecl());
113 if (Function->getFriendObjectKind())
114 DC = Function->getLexicalDeclContext();
116 DC = Function->getDeclContext();
493 /// Determines whether the given friend function matches anything in
512 /// Determines whether the given friend function template matches
776 // non-static member function is a protected member of its naming
1481 // and function templates should normally be evaluated in the context
1574 /// Is the given special member function accessible for the purposes of
1575 /// deciding whether to define a special member function as deleted?