Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1751 auto *underlyingDecl = TL.getUnderlyingType()->getAsTagDecl(); in VisitUsingTypeLoc() local
1752 if (underlyingDecl) { in VisitUsingTypeLoc()
1753 return Visit(MakeCursorTypeRef(underlyingDecl, TL.getNameLoc(), TU)); in VisitUsingTypeLoc()