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

/external/clang/include/clang/AST/
H A DDecl.h1579 /// DeclsInPrototypeScope - Array of pointers to NamedDecls for
1582 ArrayRef<NamedDecl *> DeclsInPrototypeScope;
2024 return DeclsInPrototypeScope;
/external/clang/lib/AST/
H A DDecl.cpp2760 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!");
2765 DeclsInPrototypeScope = llvm::makeArrayRef(A, NewDecls.size());
/external/clang/lib/Sema/
H A DSemaDecl.cpp8161 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope);
8162 DeclsInPrototypeScope.clear();
13046 DeclsInPrototypeScope.push_back(New);
/external/clang/include/clang/Sema/
H A DSema.h1513 std::vector<NamedDecl*> DeclsInPrototypeScope; member in class:clang::Sema

Completed in 309 milliseconds