Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp87 const Type *NNSType = NNS->getAsType(); in computeDeclContext() local
88 if (!NNSType) { in computeDeclContext()
93 NNSType = Context.getCanonicalType(NNSType); in computeDeclContext()
95 = NNSType->getAs<TemplateSpecializationType>()) { in computeDeclContext()
131 } else if (const RecordType *RecordT = NNSType->getAs<RecordType>()) { in computeDeclContext()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp89 const Type *NNSType = NNS->getAsType(); in computeDeclContext() local
90 if (!NNSType) { in computeDeclContext()
95 NNSType = Context.getCanonicalType(NNSType); in computeDeclContext()
97 = NNSType->getAs<TemplateSpecializationType>()) { in computeDeclContext()
133 } else if (const RecordType *RecordT = NNSType->getAs<RecordType>()) { in computeDeclContext()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp929 const auto *NNSType = NNS.getAsType(); in getNameSpecifierKind() local
930 assert(NNSType); in getNameSpecifierKind()
931 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
934 NNSType)) in getNameSpecifierKind()