Home
last modified time | relevance | path

Searched refs:DeclsInPrototypeScope (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1464 ArrayRef<NamedDecl *> DeclsInPrototypeScope; variable
1902 return DeclsInPrototypeScope; in getDeclsInPrototypeScope()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp2629 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!"); in setDeclsInPrototypeScope()
2634 DeclsInPrototypeScope = llvm::makeArrayRef(A, NewDecls.size()); in setDeclsInPrototypeScope()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp7334 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()
7335 DeclsInPrototypeScope.clear(); in ActOnFunctionDeclarator()
11880 DeclsInPrototypeScope.push_back(New); in ActOnTag()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1418 std::vector<NamedDecl*> DeclsInPrototypeScope; variable