Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h660 bool IsLocalDecl(const Decl *D) { in IsLocalDecl() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1820 assert(IsLocalDecl(D) && "expected a local declaration"); in getFirstLocalDecl()
1823 if (IsLocalDecl(Canon)) in getFirstLocalDecl()
1831 if (IsLocalDecl(Redecl)) in getFirstLocalDecl()
H A DASTWriter.cpp6260 if (IsLocalDecl(Prev)) in DeclarationMarkedUsed()