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;
497 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
513 if (EC.Functions.empty()) return AR_inaccessible;
518 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
791 // static member functions.
792 if (S.getLangOpts().MSVCCompat && !EC.Functions.empty())
793 if (CXXMethodDecl* MD = dyn_cast<CXXMethodDecl>(EC.Functions.front()))
1469 // Access control for names used in the declarations of functions