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

/external/clang/include/clang/AST/
H A DDecl.h1443 /// DeclsInPrototypeScope - Array of pointers to NamedDecls for
1446 ArrayRef<NamedDecl *> DeclsInPrototypeScope;
1884 return DeclsInPrototypeScope;
/external/clang/lib/AST/
H A DDecl.cpp2605 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!");
2610 DeclsInPrototypeScope = ArrayRef<NamedDecl *>(A, NewDecls.size());
/external/clang/lib/Sema/
H A DSemaDecl.cpp7195 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope);
7196 DeclsInPrototypeScope.clear();
11438 DeclsInPrototypeScope.push_back(New);
/external/clang/include/clang/Sema/
H A DSema.h1393 std::vector<NamedDecl*> DeclsInPrototypeScope; member in class:clang::Sema

Completed in 581 milliseconds