Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp1101 I = D->getDeclsInPrototypeScope().begin(), in VisitFunctionDecl()
1102 E = D->getDeclsInPrototypeScope().end(); I != E; ++I) in VisitFunctionDecl()
/external/clang/include/clang/AST/
DDecl.h1943 ArrayRef<NamedDecl *> getDeclsInPrototypeScope() const { in getDeclsInPrototypeScope() function
/external/clang/lib/Sema/
DSemaDecl.cpp10419 I = FD->getDeclsInPrototypeScope().begin(), in ActOnStartOfFunctionDef()
10420 E = FD->getDeclsInPrototypeScope().end(); in ActOnStartOfFunctionDef()