Lines Matching defs:Functions
96 // functions (which can gain privileges through friendship), but we
105 Functions.push_back(Function);
132 llvm::SmallVector<FunctionDecl*, 4> Functions;
476 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
492 if (EC.Functions.empty()) return AR_inaccessible;
497 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) {
1335 // Access control for names used in the declarations of functions