Searched refs:getDeclsInPrototypeScope (Results 1 – 3 of 3) sorted by relevance
1157 I = D->getDeclsInPrototypeScope().begin(), in VisitFunctionDecl()1158 E = D->getDeclsInPrototypeScope().end(); I != E; ++I) in VisitFunctionDecl()
2023 ArrayRef<NamedDecl *> getDeclsInPrototypeScope() const { in getDeclsInPrototypeScope() function
11315 I = FD->getDeclsInPrototypeScope().begin(), in ActOnStartOfFunctionDef()11316 E = FD->getDeclsInPrototypeScope().end(); in ActOnStartOfFunctionDef()