Home | History | Annotate | Download | only in Sema

Lines Matching defs:Functions

97     // functions (which can gain privileges through friendship), but we
106 Functions.push_back(Function);
137 SmallVector<FunctionDecl*, 4> Functions;
485 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
501 if (EC.Functions.empty()) return AR_inaccessible;
506 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
784 // a static function member functions.
785 if (S.getLangOpts().MicrosoftMode && !EC.Functions.empty())
786 if (CXXMethodDecl* MD = dyn_cast<CXXMethodDecl>(EC.Functions.front()))
1423 // Access control for names used in the declarations of functions