Home
last modified time | relevance | path

Searched defs:NS (Results 51 – 64 of 64) sorted by relevance

123

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp690 if (const NamespaceDecl *NS = dyn_cast<NamespaceDecl>(ND)) { in mangleUnqualifiedName() local
H A DASTContext.cpp5891 NamespaceDecl *NS; in CreateAArch64ABIBuiltinVaListDecl() local
6087 NamespaceDecl *NS; in CreateAAPCSABIBuiltinVaListDecl() local
H A DASTImporter.cpp4782 if (NamespaceDecl *NS = in Import() local
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp4135 NS(Ctx->decls_begin()), NSEnd(Ctx->decls_end()); in CodeCompleteNamespaceDecl() local
4143 NS = OrigToLatest.begin(), in CodeCompleteNamespaceDecl() local
H A DSemaDeclCXX.cpp7045 for (NamespaceDecl *NS = PrevNS->getMostRecentDecl(); NS; in DiagnoseNamespaceInlineMismatch() local
7512 NamespaceDecl *NS = getNamespaceDecl(Named); in ActOnUsingDirective() local
H A DSemaTemplate.cpp7088 if (NamespaceDecl *NS = dyn_cast<NamespaceDecl>(OrigContext)) { in CheckExplicitInstantiationScope() local
H A DSemaOverload.cpp10514 NamespaceDecl *NS = dyn_cast<NamespaceDecl>(*it); in DiagnoseTwoPhaseLookup() local
H A DTreeTransform.h3136 NamespaceDecl *NS in TransformNestedNameSpecifierLoc() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1369 Value *NS; in visitICmpInstWithInstAndIntCst() local
/minix/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp32 std::string V, N, NS; member in FlattenedSpelling
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2349 if (auto *NS = X->getAsNamespace()) in getNamespace() local
H A DASTReader.cpp7947 NamespaceDecl *NS = ReadDeclAs<NamespaceDecl>(F, Record, Idx); in ReadNestedNameSpecifier() local
8003 NamespaceDecl *NS = ReadDeclAs<NamespaceDecl>(F, Record, Idx); in ReadNestedNameSpecifierLoc() local
H A DASTWriter.cpp4460 if (NamespaceDecl *NS = TU->getAnonymousNamespace()) { in WriteASTCore() local
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3984 unsigned NS = ComputeNumSignBits(U->getValue(), DL, 0, AC, nullptr, DT); in getSignedRange() local

123