Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h634 bool IsLocalDecl(const Decl *D) { in IsLocalDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1764 assert(IsLocalDecl(D) && "expected a local declaration"); in getFirstLocalDecl()
1767 if (IsLocalDecl(Canon)) in getFirstLocalDecl()
1775 if (IsLocalDecl(Redecl)) in getFirstLocalDecl()
H A DASTWriter.cpp5893 if (IsLocalDecl(Prev)) in DeclarationMarkedUsed()