Home | History | Annotate | Download | only in Sema

Lines Matching defs:Functions

97     // functions (which can gain privileges through friendship), but we
112 Functions.push_back(Function->getCanonicalDecl());
142 SmallVector<FunctionDecl*, 4> Functions;
501 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
517 if (EC.Functions.empty()) return AR_inaccessible;
522 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
800 // static member functions.
801 if (S.getLangOpts().MicrosoftMode && !EC.Functions.empty())
802 if (CXXMethodDecl* MD = dyn_cast<CXXMethodDecl>(EC.Functions.front()))
1480 // Access control for names used in the declarations of functions