Home
last modified time | relevance | path

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

1234

/trueos/contrib/llvm/tools/clang/lib/AST/
HDMangle.cpp58 static bool isExternC(const NamedDecl *ND) { in isExternC()
65 const NamedDecl *ND) { in getStdOrFastCallMangling()
222 const NamedDecl *ND = cast<NamedDecl>(DC); in mangleBlock() local
HDItaniumMangle.cpp159 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator()
303 void addSubstitution(const NamedDecl *ND) { in addSubstitution()
323 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName()
515 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
541 static bool isLambda(const NamedDecl *ND) { in isLambda()
549 void CXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName()
604 void CXXNameMangler::mangleUnscopedName(const NamedDecl *ND) { in mangleUnscopedName()
614 void CXXNameMangler::mangleUnscopedTemplateName(const TemplateDecl *ND) { in mangleUnscopedTemplateName()
1050 void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
1233 void CXXNameMangler::mangleNestedName(const NamedDecl *ND, in mangleNestedName()
[all …]
HDDeclBase.cpp239 if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC)) in isInAnonymousNamespace() local
1104 NamedDecl *ND = cast<NamedDecl>(D); in removeDecl() local
1148 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDecl() local
1156 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in addDeclInternal() local
1228 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in buildLookupImpl() local
1363 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in localUncachedLookup() local
HDMicrosoftMangle.cpp133 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName()
374 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName()
425 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
445 MicrosoftCXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
953 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); in mangleTemplateArg() local
HDDecl.cpp328 if (NamedDecl *ND = dyn_cast<NamedDecl>(arg.getAsDecl())) { in getLVForTemplateArgumentList() local
608 const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC); in getLVForNamespaceScopeDecl() local
953 getExplicitVisibilityAux(const NamedDecl *ND, in getExplicitVisibilityAux()
1034 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DC)) in getLVForClosure() local
1315 } else if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(*I)) { in printQualifiedName() local
1436 NamedDecl *ND = this; in getUnderlyingDeclImpl() local
2259 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed()
2322 const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC->getRedeclContext()); in isNamespaceStd() local
HDTemplateBase.cpp359 NamedDecl *ND = cast<NamedDecl>(getAsDecl()); in print() local
HDDeclPrinter.cpp244 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) { in VisitDeclContext() local
1193 NamedDecl *ND = cast<NamedDecl>(cast<DeclRefExpr>(*I)->getDecl()); in VisitOMPThreadPrivateDecl() local
/trueos/contrib/llvm/include/llvm/MC/
HDMCInstrInfo.h35 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDCodeCompleteConsumer.cpp271 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); in getParentName() local
288 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DC)) { in getParentName() local
388 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); in addParentContext() local
HDSemaLookup.cpp940 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local
1016 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName() local
1105 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local
1283 if (NamedDecl *ND = dyn_cast<NamedDecl>(*RD)) { in findAcceptableDecl() local
1481 NamespaceDecl *ND = (*I)->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() local
1497 NamespaceDecl *ND = Queue.pop_back_val(); in LookupQualifiedNameInUsingDirectives() local
3013 void add(NamedDecl *ND) { in add()
3036 NamedDecl *VisibleDeclsRecord::checkHidden(NamedDecl *ND) { in checkHidden()
3101 if (NamedDecl *ND = dyn_cast<NamedDecl>(*I)) { in LookupVisibleDecls() local
3239 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) in LookupVisibleDecls() local
[all …]
HDSemaTemplateVariadic.cpp518 getDepthAndIndex(NamedDecl *ND) { in getDepthAndIndex()
553 NamedDecl *ND = i->first.get<NamedDecl *>(); in CheckParameterPacksForExpansion() local
654 NamedDecl *ND = Unexpanded[I].first.get<NamedDecl *>(); in getNumArgumentsInExpansion() local
779 NamedDecl *ND = candidate.getCorrectionDecl(); in ValidateCandidate() local
HDSemaCXXScopeSpec.cpp351 if (NamedDecl *ND = Found.getAsSingle<NamedDecl>()) in isNonTypeNestedNameSpecifier() local
509 if (NamedDecl *ND = Corrected.getCorrectionDecl()) in BuildCXXNestedNameSpecifier() 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
483 bool ResultBuilder::isInterestingDecl(const NamedDecl *ND, in isInterestingDecl()
654 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) { in getDeclUsageType()
713 unsigned ResultBuilder::getBasePriority(const NamedDecl *ND) { in getBasePriority()
855 const NamedDecl *ND = I->first; in MaybeAddResult() local
1260 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, in FoundDecl()
2058 const NamedDecl *ND, in AddResultTypeChunk()
2445 const NamedDecl *ND, in AddTypedNameChunk()
[all …]
HDSemaAttr.cpp337 NamedDecl *ND = dyn_cast<NamedDecl>(D); in AddPushedVisibilityAttribute() local
HDSemaOpenMP.cpp385 NamedDecl *ND = Candidate.getCorrectionDecl(); in ValidateCandidate() local
445 NamedDecl *ND = cast<NamedDecl>(CanonicalVD); in ActOnOpenMPIdExpression() local
/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDCallGraph.cpp209 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(FD)) in print() local
230 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Node->getDecl())) in getNodeLabel() local
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTMerge.cpp64 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) in ExecuteAction() local
HDFrontendAction.cpp81 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in DeclRead() local
103 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) in DeclRead() local
HDASTConsumers.cpp197 const NamespaceDecl* ND = cast<NamespaceDecl>(DC); in PrintDeclContext() local
/trueos/tools/tools/netmap/
HDvale-ctl.c44 #define ND(format, ...) do {} while(0) macro
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDAnalyzerStatsChecker.cpp98 const NamedDecl *ND = cast<NamedDecl>(D); in checkEndAnalysis() local
HDObjCSelfInitChecker.cpp389 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclFriend.h136 if (NamedDecl *ND = getFriendDecl()) { in getSourceRange() local
HDUnresolvedSet.h54 void setDecl(NamedDecl *ND) const { return ir->setDecl(ND); } in setDecl()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp288 const NamedDecl *ND = cast<NamedDecl>(D); in DisplayFunction() local
578 if (const FunctionDecl *ND = dyn_cast<FunctionDecl>(D)) { in getFunctionName() local

1234