Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp391 QualType CurDeclType = getDeclType(*D); in VisitDeclContext() local
392 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
393 QualType BaseType = GetBaseType(CurDeclType); in VisitDeclContext()