Home
last modified time | relevance | path

Searched defs:GetLocalDeclAs (Results 1 – 2 of 2) 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