Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3301 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local
3302 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()