Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDIndexTypeSourceInfo.cpp62 if (ND->isTransparentTag()) { in VisitTypedefTypeLoc()
HDIndexDecl.cpp355 if (!D->isTransparentTag()) { in VisitTypedefNameDecl()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3489 bool isTransparentTag() const { in isTransparentTag() function