Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1832 void setDeclsInPrototypeScope(llvm::ArrayRef<NamedDecl *> NewDecls);
/external/clang/lib/AST/
DDecl.cpp1846 void FunctionDecl::setDeclsInPrototypeScope(llvm::ArrayRef<NamedDecl *> NewDecls) { in setDeclsInPrototypeScope() function in FunctionDecl
/external/clang/lib/Sema/
DSemaDecl.cpp5321 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()