Home
last modified time | relevance | path

Searched defs:ND (Results 1 – 25 of 85) sorted by relevance

1234

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMangle.cpp59 static bool isExternC(const NamedDecl *ND) { in isExternC()
66 const NamedDecl *ND) { in getCallingConvMangling()
243 else if (auto ND = dyn_cast<NamedDecl>(DC)) { in mangleBlock() local
HDItaniumMangle.cpp114 static bool isLambda(const NamedDecl *ND) { in isLambda()
179 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator()
324 void addSubstitution(const NamedDecl *ND) { in addSubstitution()
342 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName()
559 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
585 void CXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName()
640 void CXXNameMangler::mangleUnscopedName(const NamedDecl *ND) { in mangleUnscopedName()
650 void CXXNameMangler::mangleUnscopedTemplateName(const TemplateDecl *ND) { in mangleUnscopedTemplateName()
925 void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
1097 void CXXNameMangler::mangleNestedName(const NamedDecl *ND, in mangleNestedName()
[all …]
HDDeclBase.cpp257 if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC)) in isInAnonymousNamespace() local
839 const NamespaceDecl *ND = cast<NamespaceDecl>(this); in isStdNamespace() local
1187 NamedDecl *ND = cast<NamedDecl>(D); in removeDecl() local
1231 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDecl() local
1239 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDeclInternal() local
1320 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in buildLookupImpl() local
1460 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in localUncachedLookup() local
HDMicrosoftMangle.cpp70 static const FunctionDecl *getStructor(const NamedDecl *ND) { in getStructor()
81 static bool isLambda(const NamedDecl *ND) { in isLambda()
165 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator()
273 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName()
615 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName()
659 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
685 void MicrosoftCXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
855 void MicrosoftCXXNameMangler::mangleNestedName(const NamedDecl *ND) { in mangleNestedName()
1186 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); in mangleTemplateArg() local
1262 const NamedDecl *ND = in mangleTemplateArg() local
HDTemplateBase.cpp371 NamedDecl *ND = cast<NamedDecl>(getAsDecl()); in print() local
HDDecl.cpp332 if (NamedDecl *ND = dyn_cast<NamedDecl>(Arg.getAsDecl())) { in getLVForTemplateArgumentList() local
661 const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC); in getLVForNamespaceScopeDecl() local
1040 getExplicitVisibilityAux(const NamedDecl *ND, in getExplicitVisibilityAux()
1125 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DC)) in getLVForClosure() local
1399 } else if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(*I)) { in printQualifiedName() local
1582 NamedDecl *ND = this; in getUnderlyingDeclImpl() local
2429 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp399 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in isNonTypeNestedNameSpecifier() local
572 if (NamedDecl *ND = R.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local
579 if (NamedDecl *ND = R.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local
607 if (NamedDecl *ND = Corrected.getCorrectionDecl()) in BuildCXXNestedNameSpecifier() local
780 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local
HDSemaLookup.cpp934 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local
1010 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName() local
1099 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local
1230 void Sema::makeMergedDefinitionVisible(NamedDecl *ND, SourceLocation Loc) { in makeMergedDefinitionVisible()
1417 if (auto ND = dyn_cast<NamedDecl>(RD)) { in findAcceptableDecl() local
1616 NamespaceDecl *ND = I->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() local
1632 NamespaceDecl *ND = Queue.pop_back_val(); in LookupQualifiedNameInUsingDirectives() local
3108 void add(NamedDecl *ND) { in add()
3131 NamedDecl *VisibleDeclsRecord::checkHidden(NamedDecl *ND) { in checkHidden()
3203 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in LookupVisibleDecls() local
[all …]
HDCodeCompleteConsumer.cpp267 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); in getParentName() local
284 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DC)) { in getParentName() local
384 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); in addParentContext() local
HDSemaTemplateVariadic.cpp527 getDepthAndIndex(NamedDecl *ND) { in getDepthAndIndex()
562 NamedDecl *ND = i->first.get<NamedDecl *>(); in CheckParameterPacksForExpansion() local
663 NamedDecl *ND = Unexpanded[I].first.get<NamedDecl *>(); in getNumArgumentsInExpansion() local
804 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate() local
HDSemaCodeComplete.cpp81 void Add(const NamedDecl *ND, unsigned Index) { in Add()
396 if (const NamedDecl *ND = DeclOrIterator.dyn_cast<const NamedDecl *>()) in operator *() local
422 if (const NamedDecl *ND = DeclOrVector.dyn_cast<const NamedDecl *>()) in begin() local
493 bool ResultBuilder::isInterestingDecl(const NamedDecl *ND, in isInterestingDecl()
653 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) { in getDeclUsageType()
709 unsigned ResultBuilder::getBasePriority(const NamedDecl *ND) { in getBasePriority()
851 const NamedDecl *ND = I->first; in MaybeAddResult() local
1256 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, in FoundDecl()
2059 const NamedDecl *ND, in AddResultTypeChunk()
2494 const NamedDecl *ND, in AddTypedNameChunk()
[all …]
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCInstrInfo.h33 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCallGraph.cpp200 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(FD)) in print() local
221 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Node->getDecl())) in getNodeLabel() local
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.h102 auto *ND = dyn_cast_or_null<NamedDecl>(LexicalD); in numberAnonymousDeclsWithin() local
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTMerge.cpp65 if (const auto *ND = dyn_cast<NamedDecl>(D)) in ExecuteAction() local
HDFrontendAction.cpp89 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in DeclRead() local
112 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in DeclRead() local
HDASTConsumers.cpp206 const NamespaceDecl* ND = cast<NamespaceDecl>(DC); in PrintDeclContext() local
/NextBSD/tools/tools/netmap/
HDvale-ctl.c44 #define ND(format, ...) do {} while(0) macro
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDAnalyzerStatsChecker.cpp98 const NamedDecl *ND = cast<NamedDecl>(D); in checkEndAnalysis() local
HDObjCSelfInitChecker.cpp386 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclFriend.h137 if (NamedDecl *ND = getFriendDecl()) { in getSourceRange() local
HDUnresolvedSet.h45 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl()
HDDeclContextInternals.h148 if (NamedDecl *ND = getAsDecl()) { in getLookupResult() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp276 const NamedDecl *ND = cast<NamedDecl>(D); in DisplayFunction() local
571 if (const FunctionDecl *ND = dyn_cast<FunctionDecl>(D)) { in getFunctionName() local
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseTentative.cpp1020 [](NamedDecl *ND) { return ND->isCXXInstanceMember(); })) in ValidateCandidate()

1234