Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h618 bool IsLocalDecl(const Decl *D) { in IsLocalDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1663 assert(IsLocalDecl(D) && "expected a local declaration"); in getFirstLocalDecl()
1666 if (IsLocalDecl(Canon)) in getFirstLocalDecl()
1674 if (IsLocalDecl(Redecl)) in getFirstLocalDecl()
H A DASTWriter.cpp6393 if (IsLocalDecl(Prev)) in DeclarationMarkedUsed()