Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1582 ArrayRef<NamedDecl *> DeclsInPrototypeScope; variable
2024 return DeclsInPrototypeScope; in getDeclsInPrototypeScope()
/external/clang/lib/AST/
DDecl.cpp2760 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!"); in setDeclsInPrototypeScope()
2765 DeclsInPrototypeScope = llvm::makeArrayRef(A, NewDecls.size()); in setDeclsInPrototypeScope()
/external/clang/lib/Sema/
DSemaDecl.cpp8161 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()
8162 DeclsInPrototypeScope.clear(); in ActOnFunctionDeclarator()
13046 DeclsInPrototypeScope.push_back(New); in ActOnTag()
/external/clang/include/clang/Sema/
DSema.h1513 std::vector<NamedDecl*> DeclsInPrototypeScope; variable