Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h1456 Decl *GetLocalDecl(ModuleFile &F, uint32_t LocalID) { in GetLocalDecl() function
1465 return cast_or_null<T>(GetLocalDecl(F, LocalID)); in GetLocalDeclAs()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp2751 addToChain(Reader.GetLocalDecl(M, M.RedeclarationChains[Offset++])); in searchForID()
2933 Reader.GetLocalDecl(M, M.ObjCCategories[Offset++]))); in visit()
HDASTReader.cpp5597 if (Decl *D = This->Reader.GetLocalDecl(M, ID->second)) { in visit()