/external/clang/lib/AST/ |
D | Mangle.cpp | 59 static bool isExternC(const NamedDecl *ND) { in isExternC() 66 const NamedDecl *ND) { in getCallingConvMangling() 241 else if (auto ND = dyn_cast<NamedDecl>(DC)) { in mangleBlock() local
|
D | ItaniumMangle.cpp | 114 static bool isLambda(const NamedDecl *ND) { in isLambda() 177 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator() 322 void addSubstitution(const NamedDecl *ND) { in addSubstitution() 340 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName() 557 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate() 583 void CXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName() 638 void CXXNameMangler::mangleUnscopedName(const NamedDecl *ND) { in mangleUnscopedName() 648 void CXXNameMangler::mangleUnscopedTemplateName(const TemplateDecl *ND) { in mangleUnscopedTemplateName() 922 void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName() 1094 void CXXNameMangler::mangleNestedName(const NamedDecl *ND, in mangleNestedName() [all …]
|
D | DeclBase.cpp | 284 if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC)) in isInAnonymousNamespace() local 867 const NamespaceDecl *ND = cast<NamespaceDecl>(this); in isStdNamespace() local 1208 NamedDecl *ND = cast<NamedDecl>(D); in removeDecl() local 1255 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDecl() local 1263 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDeclInternal() local 1344 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in buildLookupImpl() local 1484 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in localUncachedLookup() local
|
D | MicrosoftMangle.cpp | 71 static const FunctionDecl *getStructor(const NamedDecl *ND) { in getStructor() 82 static bool isLambda(const NamedDecl *ND) { in isLambda() 164 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator() 274 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName() 617 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName() 661 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate() 687 void MicrosoftCXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName() 862 void MicrosoftCXXNameMangler::mangleNestedName(const NamedDecl *ND) { in mangleNestedName() 1201 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); in mangleTemplateArg() local 1278 const NamedDecl *ND = in mangleTemplateArg() local
|
D | TemplateBase.cpp | 369 NamedDecl *ND = cast<NamedDecl>(getAsDecl()); in print() local
|
/external/llvm/include/llvm/MC/ |
D | MCInstrInfo.h | 33 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 399 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in isNonTypeNestedNameSpecifier() local 575 if (NamedDecl *ND = R.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local 582 if (NamedDecl *ND = R.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local 610 if (NamedDecl *ND = Corrected.getCorrectionDecl()) in BuildCXXNestedNameSpecifier() local 783 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local
|
D | 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
|
D | SemaLookup.cpp | 1074 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local 1150 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName() local 1239 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local 1370 void Sema::makeMergedDefinitionVisible(NamedDecl *ND, SourceLocation Loc) { in makeMergedDefinitionVisible() 1566 if (auto ND = dyn_cast<NamedDecl>(RD)) { in findAcceptableDecl() local 1765 NamespaceDecl *ND = I->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() local 1781 NamespaceDecl *ND = Queue.pop_back_val(); in LookupQualifiedNameInUsingDirectives() local 3284 void add(NamedDecl *ND) { in add() 3307 NamedDecl *VisibleDeclsRecord::checkHidden(NamedDecl *ND) { in checkHidden() 3379 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in LookupVisibleDecls() local [all …]
|
D | 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 805 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate() local
|
D | 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 …]
|
/external/clang/lib/Analysis/ |
D | 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
|
/external/clang/lib/Serialization/ |
D | ASTCommon.h | 100 auto *ND = dyn_cast_or_null<NamedDecl>(LexicalD); in numberAnonymousDeclsWithin() local
|
/external/clang/lib/Frontend/ |
D | ASTMerge.cpp | 64 if (const auto *ND = dyn_cast<NamedDecl>(D)) in ExecuteAction() local
|
D | 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
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 98 const NamedDecl *ND = cast<NamedDecl>(D); in checkEndAnalysis() local
|
/external/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 38 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in HandleTopLevelDecl() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | IssueHash.cpp | 86 if (const auto *ND = dyn_cast<NamedDecl>(D)) { in GetEnclosingDeclContextSignature() local
|
/external/clang/unittests/AST/ |
D | NamedDeclPrinterTest.cpp | 41 const NamedDecl *ND = Result.Nodes.getNodeAs<NamedDecl>("id"); in run() local
|
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 137 if (NamedDecl *ND = getFriendDecl()) { in getSourceRange() local
|
D | UnresolvedSet.h | 45 void setDecl(NamedDecl *ND) const { return I->setDecl(ND); } in setDecl()
|
D | DeclContextInternals.h | 148 if (NamedDecl *ND = getAsDecl()) { in getLookupResult() local
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 211 uint32_t ND = Func.getNumValueDataForSite(VK, S); in writeRecordInText() local
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 276 const NamedDecl *ND = cast<NamedDecl>(D); in DisplayFunction() local 575 if (const FunctionDecl *ND = dyn_cast<FunctionDecl>(D)) { in getFunctionName() local
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 1020 [](NamedDecl *ND) { return ND->isCXXInstanceMember(); })) in ValidateCandidate()
|