Searched defs:ND (Results 51 - 75 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp814 uint32_t ND = getValueProfRecordNumValueData(this); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp607 NamedDecl *ND = candidate.getCorrectionDecl(); variable
H A DSema.cpp664 static bool isFunctionOrVarDeclExternC(NamedDecl *ND) { argument
686 NamedDecl *ND = UndefinedUse.first; local
2143 const NamedDecl *ND = *ULE->decls_begin(); local
[all...]
H A DSemaTemplateInstantiateDecl.cpp658 auto *ND = cast<NamedDecl>(New); local
1153 NamedDecl *ND = D->getFriendDecl(); local
H A DSemaCodeComplete.cpp97 void Add(const NamedDecl *ND, unsigned Index) { argument
698 shouldIgnoreDueToReservedName(const NamedDecl *ND, Sema &SemaRef) argument
718 isInterestingDecl(const NamedDecl *ND, bool &AsNestedNameSpecifier) const argument
868 getDeclUsageType(ASTContext &C, const NamedDecl *ND) argument
925 getBasePriority(const NamedDecl *ND) argument
1037 isConstructor(const Decl *ND) argument
1082 const NamedDecl *ND = I->first; local
1613 IsAccessible(NamedDecl *ND, DeclContext *Ctx) argument
2584 AddResultTypeChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, QualType BaseType, CodeCompletionBuilder &Result) argument
3107 AddTypedNameChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, CodeCompletionBuilder &Result) argument
3331 extractFunctorCallOperator(const NamedDecl *ND) argument
3345 const NamedDecl *ND = Declaration; local
3553 getCompletionComment(const ASTContext &Ctx, const NamedDecl *ND) argument
3571 getPatternCompletionComment(const ASTContext &Ctx, const NamedDecl *ND) argument
6688 NamedDecl *ND = LookupSingleName(S, Super, SuperLoc, LookupOrdinaryName); local
[all...]
H A DSemaDeclObjC.cpp281 static void DiagnoseObjCImplementedDeprecations(Sema &S, const NamedDecl *ND, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1082 const auto *ND = cast<NamespaceDecl>(this); local
1475 auto *ND = cast<NamedDecl>(D); local
[all...]
H A DMicrosoftMangle.cpp112 static const FunctionDecl *getStructor(const NamedDecl *ND) { argument
197 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { argument
343 mangleUnqualifiedName(const NamedDecl *ND) argument
716 mangleName(const NamedDecl *ND) argument
760 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) argument
786 mangleUnqualifiedName(const NamedDecl *ND, DeclarationName Name) argument
1044 mangleNestedName(const NamedDecl *ND) argument
1458 const NamedDecl *ND = TA.getAsDecl(); local
1536 const NamedDecl *ND = local
[all...]
H A DVTableBuilder.cpp2867 const auto *ND = dyn_cast<NamedDecl>(D); local
H A DItaniumMangle.cpp111 static bool isLambda(const NamedDecl *ND) { argument
176 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { argument
291 write(raw_ostream &Out, const NamedDecl *ND, const AbiTagList *AdditionalAbiTags) argument
443 addSubstitution(const NamedDecl *ND) argument
471 mangleUnqualifiedName(const NamedDecl *ND, const AbiTagList *AdditionalAbiTags) argument
631 writeAbiTags(const NamedDecl *ND, const AbiTagList *AdditionalAbiTags) argument
637 mangleSourceNameWithAbiTags( const NamedDecl *ND, const AbiTagList *AdditionalAbiTags) argument
791 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) argument
817 mangleName(const NamedDecl *ND) argument
850 mangleNameWithAbiTags(const NamedDecl *ND, const AbiTagList *AdditionalAbiTags) argument
950 mangleUnscopedName(const NamedDecl *ND, const AbiTagList *AdditionalAbiTags) argument
961 mangleUnscopedTemplateName( const TemplateDecl *ND, const AbiTagList *AdditionalAbiTags) argument
1253 mangleUnqualifiedName(const NamedDecl *ND, DeclarationName Name, unsigned KnownArity, const AbiTagList *AdditionalAbiTags) argument
1502 mangleNestedName(const NamedDecl *ND, const DeclContext *DC, const AbiTagList *AdditionalAbiTags, bool NoFunction) argument
1610 const NamedDecl *ND = cast<NamedDecl>(D); local
1664 const auto *ND = cast<NamedDecl>(Context); local
1837 const NamedDecl *ND = cast<NamedDecl>(DC); local
1878 mangleTemplatePrefix(const TemplateDecl *ND, bool NoFunction) argument
2522 mangleNameOrStandardSubstitution(const NamedDecl *ND) argument
[all...]
H A DJSONNodeDumper.cpp697 void JSONNodeDumper::VisitNamedDecl(const NamedDecl *ND) { argument
716 VisitNamespaceDecl(const NamespaceDecl *ND) argument
[all...]
H A DType.cpp74 NamedDecl *ND = nullptr; local
H A DDecl.cpp335 const NamedDecl *ND = Arg.getAsDecl(); local
720 const auto *ND = dyn_cast<NamespaceDecl>(DC); local
1103 getExplicitVisibilityAux(const NamedDecl *ND, argument
1626 OS << *ND; local
1777 NamedDecl *ND = this; local
2921 isNamed(const NamedDecl *ND, const char (&Str)[Len]) argument
[all...]
/freebsd-11-stable/sys/netinet6/
H A Dnd6.c1646 #define ND ndi->ndi macro
1781 #undef ND macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp286 static uint64_t getDeclShowContexts(const NamedDecl *ND, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2958 const NamedDecl *ND = nullptr; local
H A DMicrosoftCXXABI.cpp1305 const NamedDecl *ND = Dtor; local
H A DCGExpr.cpp2518 const NamedDecl *ND = E->getDecl(); local
3944 NamedDecl *ND local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3175 const auto *ND = dyn_cast<NamedDecl>(CP->getCallee()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp982 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1499 NamedDecl *ND = dyn_cast<NamedDecl>(D); local
6544 NamedDecl *ND = dyn_cast<NamedDecl>(D); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3228 void setTargetDecl(NamedDecl *ND) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp652 void ASTDeclReader::VisitNamedDecl(NamedDecl *ND) { argument
889 NamedDecl *ND = Record.readDeclAs<NamedDecl>(); local
2580 static bool allowODRLikeMergeInC(NamedDecl *ND) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp557 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
2189 void RewriteObjC::RewriteTypeOfDecl(VarDecl *ND) { argument
4022 RewriteBlockPointerDecl(NamedDecl *ND) argument
4171 RewriteByRefVar(VarDecl *ND) argument
4483 ValueDecl *ND = (*I); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h777 static void setNonTypeAnnotation(Token &Tok, NamedDecl *ND) { argument
785 static void setIdentifierAnnotation(Token &Tok, IdentifierInfo *ND) { argument

Completed in 408 milliseconds

1234