Home
last modified time | relevance | path

Searched refs:getDeclsInPrototypeScope (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DASTDumper.cpp1157 I = D->getDeclsInPrototypeScope().begin(), in VisitFunctionDecl()
1158 E = D->getDeclsInPrototypeScope().end(); I != E; ++I) in VisitFunctionDecl()
/external/clang/include/clang/AST/
DDecl.h2023 ArrayRef<NamedDecl *> getDeclsInPrototypeScope() const { in getDeclsInPrototypeScope() function
/external/clang/lib/Sema/
DSemaDecl.cpp11315 I = FD->getDeclsInPrototypeScope().begin(), in ActOnStartOfFunctionDef()
11316 E = FD->getDeclsInPrototypeScope().end(); in ActOnStartOfFunctionDef()