Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1850 T *GetLocalDeclAs(ModuleFile &F, uint32_t LocalID) { in GetLocalDeclAs() function
2459 T *GetLocalDeclAs(uint32_t LocalID) { in GetLocalDeclAs() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2707 template <typename T> T *GetLocalDeclAs(uint32_t LocalID) { in GetLocalDeclAs() function in __anonf165d1090211::AttrReader
H A DASTReader.cpp869 if (ObjCMethodDecl *Method = Reader.GetLocalDeclAs<ObjCMethodDecl>( in ReadData()
876 if (ObjCMethodDecl *Method = Reader.GetLocalDeclAs<ObjCMethodDecl>( in ReadData()