Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp67 const Type *NNSType = NNS->getAsType(); in computeDeclContext() local
68 if (!NNSType) { in computeDeclContext()
73 NNSType = Context.getCanonicalType(NNSType); in computeDeclContext()
75 = NNSType->getAs<TemplateSpecializationType>()) { in computeDeclContext()
130 } else if (const RecordType *RecordT = NNSType->getAs<RecordType>()) { in computeDeclContext()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDBuildTree.cpp965 const auto *NNSType = NNS.getAsType(); in getNameSpecifierKind() local
966 assert(NNSType); in getNameSpecifierKind()
967 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
970 NNSType)) in getNameSpecifierKind()