| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCInstrInfo.h | 35 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | 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
|
| H A D | ItaniumMangle.cpp | 106 static bool isLambda(const NamedDecl *ND) { in isLambda() 165 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator() 310 void addSubstitution(const NamedDecl *ND) { in addSubstitution() 330 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName() 542 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate() 568 void CXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName() 623 void CXXNameMangler::mangleUnscopedName(const NamedDecl *ND) { in mangleUnscopedName() 633 void CXXNameMangler::mangleUnscopedTemplateName(const TemplateDecl *ND) { in mangleUnscopedTemplateName() 1053 void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName() 1238 void CXXNameMangler::mangleNestedName(const NamedDecl *ND, in mangleNestedName() [all …]
|
| H A D | DeclBase.cpp | 246 if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC)) in isInAnonymousNamespace() local 812 const NamespaceDecl *ND = cast<NamespaceDecl>(this); in isStdNamespace() local 1153 NamedDecl *ND = cast<NamedDecl>(D); in removeDecl() local 1197 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDecl() local 1205 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDeclInternal() local 1280 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in buildLookupImpl() local 1307 if (auto *ND = dyn_cast<NamespaceDecl>(this)) in lookup() local 1422 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in localUncachedLookup() local
|
| H A D | MicrosoftMangle.cpp | 77 static bool isLambda(const NamedDecl *ND) { in isLambda() 138 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator() 240 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName() 565 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName() 609 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate() 635 void MicrosoftCXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName() 799 void MicrosoftCXXNameMangler::mangleNestedName(const NamedDecl *ND) { in mangleNestedName() 1130 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); in mangleTemplateArg() local 1186 const NamedDecl *ND = in mangleTemplateArg() local
|
| H A D | TemplateBase.cpp | 371 NamedDecl *ND = cast<NamedDecl>(getAsDecl()); in print() local
|
| H A D | Decl.cpp | 326 if (NamedDecl *ND = dyn_cast<NamedDecl>(Arg.getAsDecl())) { in getLVForTemplateArgumentList() local 655 const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC); in getLVForNamespaceScopeDecl() local 1034 getExplicitVisibilityAux(const NamedDecl *ND, in getExplicitVisibilityAux() 1119 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DC)) in getLVForClosure() local 1393 } else if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(*I)) { in printQualifiedName() local 1523 NamedDecl *ND = this; in getUnderlyingDeclImpl() local 2359 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed()
|
| /minix3/external/bsd/llvm/dist/clang/examples/PrintFunctionNames/ |
| H A D | PrintFunctionNames.cpp | 29 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in HandleTopLevelDecl() local
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 385 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in isNonTypeNestedNameSpecifier() local 558 if (NamedDecl *ND = R.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local 565 if (NamedDecl *ND = R.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local 593 if (NamedDecl *ND = Corrected.getCorrectionDecl()) in BuildCXXNestedNameSpecifier() local 760 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in BuildCXXNestedNameSpecifier() local
|
| H A D | CodeCompleteConsumer.cpp | 270 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); in getParentName() local 287 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DC)) { in getParentName() local 387 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); in addParentContext() local
|
| H A D | SemaLookup.cpp | 929 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local 1005 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName() local 1094 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local 1258 if (auto ND = dyn_cast<NamedDecl>(RD)) { in findAcceptableDecl() local 1454 NamespaceDecl *ND = I->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() local 1470 NamespaceDecl *ND = Queue.pop_back_val(); in LookupQualifiedNameInUsingDirectives() local 2943 void add(NamedDecl *ND) { in add() 2966 NamedDecl *VisibleDeclsRecord::checkHidden(NamedDecl *ND) { in checkHidden() 3025 if (NamedDecl *ND = dyn_cast<NamedDecl>(I)) { in LookupVisibleDecls() local 3152 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in LookupVisibleDecls() local [all …]
|
| H A D | SemaTemplateVariadic.cpp | 532 getDepthAndIndex(NamedDecl *ND) { in getDepthAndIndex() 567 NamedDecl *ND = i->first.get<NamedDecl *>(); in CheckParameterPacksForExpansion() local 668 NamedDecl *ND = Unexpanded[I].first.get<NamedDecl *>(); in getNumArgumentsInExpansion() local 809 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate() local
|
| H A 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() 654 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) { in getDeclUsageType() 710 unsigned ResultBuilder::getBasePriority(const NamedDecl *ND) { in getBasePriority() 852 const NamedDecl *ND = I->first; in MaybeAddResult() local 1259 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, in FoundDecl() 2057 const NamedDecl *ND, in AddResultTypeChunk() 2441 const NamedDecl *ND, in AddTypedNameChunk() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTMerge.cpp | 62 if (const auto *ND = dyn_cast<NamedDecl>(D)) in ExecuteAction() local
|
| H A 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
|
| H A D | ASTConsumers.cpp | 207 const NamespaceDecl* ND = cast<NamespaceDecl>(DC); in PrintDeclContext() local
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A 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
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 98 const NamedDecl *ND = cast<NamedDecl>(D); in checkEndAnalysis() local
|
| H A D | ObjCSelfInitChecker.cpp | 387 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod()
|
| H A D | LLVMConventionsChecker.cpp | 42 const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(D->getDeclContext()); in InNamespace() local
|
| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | NamedDeclPrinterTest.cpp | 41 const NamedDecl *ND = Result.Nodes.getNodeAs<NamedDecl>("id"); in run() local
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 137 if (NamedDecl *ND = getFriendDecl()) { in getSourceRange() local
|
| H A D | UnresolvedSet.h | 54 void setDecl(NamedDecl *ND) const { return ir->setDecl(ND); } in setDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 276 const NamedDecl *ND = cast<NamedDecl>(D); in DisplayFunction() local 572 if (const FunctionDecl *ND = dyn_cast<FunctionDecl>(D)) { in getFunctionName() local
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 1028 [](NamedDecl *ND) { return ND->isCXXInstanceMember(); })) in ValidateCandidate()
|