Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp62 if (ND->isTransparentTag()) { in VisitTypedefTypeLoc()
H A DIndexDecl.cpp355 if (!D->isTransparentTag()) { in VisitTypedefNameDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3489 bool isTransparentTag() const { in isTransparentTag() function