Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1557 ArrayRef<NamedDecl *> DeclsInPrototypeScope; variable
1999 return DeclsInPrototypeScope; in getDeclsInPrototypeScope()
/external/clang/lib/AST/
DDecl.cpp2679 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!"); in setDeclsInPrototypeScope()
2684 DeclsInPrototypeScope = llvm::makeArrayRef(A, NewDecls.size()); in setDeclsInPrototypeScope()
/external/clang/lib/Sema/
DSemaDecl.cpp7862 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()
7863 DeclsInPrototypeScope.clear(); in ActOnFunctionDeclarator()
12595 DeclsInPrototypeScope.push_back(New); in ActOnTag()
/external/clang/include/clang/Sema/
DSema.h1476 std::vector<NamedDecl*> DeclsInPrototypeScope; variable