Searched refs:LocallyScopedExternCDecls (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3945 RecordData LocallyScopedExternCDecls; local
3949 TD = SemaRef.LocallyScopedExternCDecls.begin(),
3950 TDEnd = SemaRef.LocallyScopedExternCDecls.end();
3953 AddDeclRef(TD->second, LocallyScopedExternCDecls);
4212 if (!LocallyScopedExternCDecls.empty())
4214 LocallyScopedExternCDecls);
H A DASTReader.cpp2307 LocallyScopedExternCDecls.push_back(getGlobalDeclID(F, Record[I]));
6434 for (unsigned I = 0, N = LocallyScopedExternCDecls.size(); I != N; ++I) {
6436 = dyn_cast_or_null<NamedDecl>(GetDecl(LocallyScopedExternCDecls[I]));
6440 LocallyScopedExternCDecls.clear();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h677 SmallVector<uint64_t, 16> LocallyScopedExternCDecls; member in class:clang::ASTReader
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp4545 LocallyScopedExternCDecls[ND->getDeclName()] = ND;
4556 = LocallyScopedExternCDecls.find(Decls[I]->getDeclName());
4557 if (Pos == LocallyScopedExternCDecls.end())
4558 LocallyScopedExternCDecls[Decls[I]->getDeclName()] = Decls[I];
4562 NamedDecl *D = LocallyScopedExternCDecls.lookup(Name);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h353 llvm::DenseMap<DeclarationName, NamedDecl *> LocallyScopedExternCDecls; member in class:clang::Sema

Completed in 154 milliseconds