Searched refs:GetLocalDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1456 Decl *GetLocalDecl(ModuleFile &F, uint32_t LocalID) { function in class:clang::ASTReader
1465 return cast_or_null<T>(GetLocalDecl(F, LocalID));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2751 addToChain(Reader.GetLocalDecl(M, M.RedeclarationChains[Offset++]));
2933 Reader.GetLocalDecl(M, M.ObjCCategories[Offset++])));
H A DASTReader.cpp5597 if (Decl *D = This->Reader.GetLocalDecl(M, ID->second)) {

Completed in 78 milliseconds