Home
last modified time | relevance | path

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

123

/external/clang/include/clang/AST/
DDeclCXX.h45 AnyFunctionDecl(NamedDecl *ND) : Function(ND) { } in AnyFunctionDecl()
58 static AnyFunctionDecl getFromNamedDecl(NamedDecl *ND) { in getFromNamedDecl()
DDeclFriend.h104 if (NamedDecl *ND = getFriendDecl()) in getSourceRange() local
/external/clang/lib/Index/
DDeclReferenceMap.cpp58 NamedDecl *ND = TL.getTypedefNameDecl(); in VisitTypedefTypeLoc() local
63 NamedDecl *ND = TL.getIFaceDecl(); in VisitObjCInterfaceTypeLoc() local
DASTLocation.cpp89 if (const NamedDecl *ND = dyn_cast<NamedDecl>(AsDecl())) in print() local
DEntity.cpp244 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in getPrintableName() local
/external/clang/lib/AST/
DItaniumMangle.cpp43 static const CXXRecordDecl *GetLocalClassDecl(const NamedDecl *ND) { in GetLocalClassDecl()
124 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator()
245 void addSubstitution(const NamedDecl *ND) { in addSubstitution()
265 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName()
486 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
505 void CXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName()
561 void CXXNameMangler::mangleUnscopedName(const NamedDecl *ND) { in mangleUnscopedName()
570 void CXXNameMangler::mangleUnscopedTemplateName(const TemplateDecl *ND) { in mangleUnscopedTemplateName()
983 void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
1139 void CXXNameMangler::mangleNestedName(const NamedDecl *ND, in mangleNestedName()
[all …]
DMangle.cpp99 const NamedDecl *ND = cast<NamedDecl>(DC); in mangleBlock() local
DDeclBase.cpp196 if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC)) in isInAnonymousNamespace() local
989 NamedDecl *ND = cast<NamedDecl>(D); in removeDecl() local
1022 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDecl() local
1037 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) in buildLookup() local
DMicrosoftMangle.cpp48 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName()
249 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName()
293 MicrosoftCXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
DASTDiagnostic.cpp299 NamedDecl *ND = cast<NamedDecl>(DC); in FormatASTNodeDiagnosticArgument() local
DTemplateBase.cpp329 if (NamedDecl *ND = dyn_cast_or_null<NamedDecl>(getAsDecl())) { in print() local
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp29 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in HandleTopLevelDecl() local
/external/clang/include/clang/Index/
DASTLocation.h47 NamedDecl *ND; member
61 NamedDecl *ND; member
/external/clang/lib/Frontend/
DASTMerge.cpp63 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) in ExecuteAction() local
DFrontendAction.cpp42 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in DeclRead() local
65 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in DeclRead() local
DASTConsumers.cpp119 const NamespaceDecl* ND = cast<NamespaceDecl>(DC); in PrintDeclContext() local
/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp82 const NamedDecl *ND = cast<NamedDecl>(D); in checkEndAnalysis() local
DObjCSelfInitChecker.cpp306 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod()
DLLVMConventionsChecker.cpp42 const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(D->getDeclContext()); in InNamespace() local
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp452 getDepthAndIndex(NamedDecl *ND) { in getDepthAndIndex()
488 NamedDecl *ND = Unexpanded[I].first.get<NamedDecl *>(); in CheckParameterPacksForExpansion() local
588 NamedDecl *ND = Unexpanded[I].first.get<NamedDecl *>(); in getNumArgumentsInExpansion() local
DSemaLookup.cpp1196 NamespaceDecl *ND = (*I)->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() local
1212 NamespaceDecl *ND = Queue.back(); in LookupQualifiedNameInUsingDirectives() local
2568 void add(NamedDecl *ND) { in add()
2591 NamedDecl *VisibleDeclsRecord::checkHidden(NamedDecl *ND) { in checkHidden()
2655 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) { in LookupVisibleDecls() local
2818 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) in LookupVisibleDecls() local
3049 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl()
3106 NamedDecl *ND, in addName()
3190 NamespaceDecl *ND = dyn_cast_or_null<NamespaceDecl>(DC); in BuildContextChain() local
3216 void NamespaceSpecifierSet::AddNamespace(NamespaceDecl *ND) { in AddNamespace()
[all …]
DSemaCXXScopeSpec.cpp361 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in isNonTypeNestedNameSpecifier() local
499 if (NamedDecl *ND = Corrected.getCorrectionDecl()) { in BuildCXXNestedNameSpecifier() local
DCodeCompleteConsumer.cpp257 unsigned CodeCompletionResult::getPriorityFromDecl(NamedDecl *ND) { in getPriorityFromDecl()
DSemaCodeComplete.cpp77 void Add(NamedDecl *ND, unsigned Index) { in Add()
380 if (NamedDecl *ND = DeclOrIterator.dyn_cast<NamedDecl *>()) in operator *() local
406 if (NamedDecl *ND = DeclOrVector.dyn_cast<NamedDecl *>()) in begin() local
468 bool ResultBuilder::isInterestingDecl(NamedDecl *ND, in isInterestingDecl()
647 QualType clang::getDeclUsageType(ASTContext &C, NamedDecl *ND) { in getDeclUsageType()
802 NamedDecl *ND = I->first; in MaybeAddResult() local
1195 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, bool InBaseClass) { in FoundDecl()
1888 NamedDecl *ND, in AddResultTypeChunk()
2236 static void AddTypedNameChunk(ASTContext &Context, NamedDecl *ND, in AddTypedNameChunk()
2377 NamedDecl *ND = Declaration; in CreateCodeCompletionString() local
[all …]
/external/clang/tools/libclang/
DCIndexUSRs.cpp157 if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(D->getDeclContext())) in InAnonymousNamespace() local
798 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in getDeclCursorUSR() local

123