Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1904 void setDeclsInPrototypeScope(ArrayRef<NamedDecl *> NewDecls);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp2628 void FunctionDecl::setDeclsInPrototypeScope(ArrayRef<NamedDecl *> NewDecls) { in setDeclsInPrototypeScope() function in FunctionDecl
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp7334 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()