Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1460 llvm::ArrayRef<NamedDecl*> DeclsInPrototypeScope; variable
1828 return DeclsInPrototypeScope; in getDeclsInPrototypeScope()
/external/clang/lib/AST/
DDecl.cpp1882 assert(DeclsInPrototypeScope.empty() && "Already has prototype decls!"); in setDeclsInPrototypeScope()
1887 DeclsInPrototypeScope = llvm::ArrayRef<NamedDecl*>(A, NewDecls.size()); in setDeclsInPrototypeScope()
/external/clang/lib/Sema/
DSemaDecl.cpp5538 NewFD->setDeclsInPrototypeScope(DeclsInPrototypeScope); in ActOnFunctionDeclarator()
5539 DeclsInPrototypeScope.clear(); in ActOnFunctionDeclarator()
9040 DeclsInPrototypeScope.push_back(New); in ActOnTag()
11003 DeclsInPrototypeScope.push_back(Enum); in ActOnEnumBody()
/external/clang/include/clang/Sema/
DSema.h1102 std::vector<NamedDecl*> DeclsInPrototypeScope; variable