Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp413 QualType CurDeclType = getDeclType(*D); in VisitDeclContext() local
414 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
415 QualType BaseType = GetBaseType(CurDeclType); in VisitDeclContext()