| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Mangle.cpp | 59 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
|
| HD | ItaniumMangle.cpp | 114 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 …]
|
| HD | DeclBase.cpp | 257 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
|
| HD | MicrosoftMangle.cpp | 70 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
|
| HD | TemplateBase.cpp | 371 NamedDecl *ND = cast<NamedDecl>(getAsDecl()); in print() local
|
| HD | Decl.cpp | 332 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/ |
| HD | SemaCXXScopeSpec.cpp | 399 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
|
| HD | SemaLookup.cpp | 934 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 …]
|
| HD | CodeCompleteConsumer.cpp | 267 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
|
| HD | SemaTemplateVariadic.cpp | 527 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
|
| HD | SemaCodeComplete.cpp | 81 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/ |
| HD | MCInstrInfo.h | 33 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CallGraph.cpp | 200 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/ |
| HD | ASTCommon.h | 102 auto *ND = dyn_cast_or_null<NamedDecl>(LexicalD); in numberAnonymousDeclsWithin() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTMerge.cpp | 65 if (const auto *ND = dyn_cast<NamedDecl>(D)) in ExecuteAction() local
|
| HD | FrontendAction.cpp | 89 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in DeclRead() local 112 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in DeclRead() local
|
| HD | ASTConsumers.cpp | 206 const NamespaceDecl* ND = cast<NamespaceDecl>(DC); in PrintDeclContext() local
|
| /NextBSD/tools/tools/netmap/ |
| HD | vale-ctl.c | 44 #define ND(format, ...) do {} while(0) macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | AnalyzerStatsChecker.cpp | 98 const NamedDecl *ND = cast<NamedDecl>(D); in checkEndAnalysis() local
|
| HD | ObjCSelfInitChecker.cpp | 386 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclFriend.h | 137 if (NamedDecl *ND = getFriendDecl()) { in getSourceRange() local
|
| HD | UnresolvedSet.h | 45 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl()
|
| HD | DeclContextInternals.h | 148 if (NamedDecl *ND = getAsDecl()) { in getLookupResult() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| HD | AnalysisConsumer.cpp | 276 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/ |
| HD | ParseTentative.cpp | 1020 [](NamedDecl *ND) { return ND->isCXXInstanceMember(); })) in ValidateCandidate()
|