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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1445 /// DeclsInPrototypeScope - Array of pointers to NamedDecls for
1448 ArrayRef<NamedDecl *> DeclsInPrototypeScope;
1864 return DeclsInPrototypeScope;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2533 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!");
2538 DeclsInPrototypeScope = ArrayRef<NamedDecl *>(A, NewDecls.size());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp6966 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope);
6967 DeclsInPrototypeScope.clear();
11067 DeclsInPrototypeScope.push_back(New);
12880 DeclsInPrototypeScope.push_back(Enum);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1301 std::vector<NamedDecl*> DeclsInPrototypeScope; member in class:clang::Sema

Completed in 151 milliseconds