Home
last modified time | relevance | path

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

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