Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp1098 I = D->getDeclsInPrototypeScope().begin(), in VisitFunctionDecl()
1099 E = D->getDeclsInPrototypeScope().end(); I != E; ++I) in VisitFunctionDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1901 ArrayRef<NamedDecl *> getDeclsInPrototypeScope() const { in getDeclsInPrototypeScope() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp10319 I = FD->getDeclsInPrototypeScope().begin(), in ActOnStartOfFunctionDef()
10320 E = FD->getDeclsInPrototypeScope().end(); in ActOnStartOfFunctionDef()