Searched defs:ND (Results 26 - 50 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp358 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); local
472 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); local
H A DSemaLookup.cpp1534 void Sema::makeMergedDefinitionVisible(NamedDecl *ND) { argument
[all...]
H A DSemaAttr.cpp98 void Sema::inferGslPointerAttribute(NamedDecl *ND, argument
H A DSemaTemplateVariadic.cpp41 void addUnexpanded(NamedDecl *ND, SourceLocation Loc = SourceLocation()) { argument
671 NamedDecl *ND = i->first.get<NamedDecl *>(); local
799 NamedDecl *ND = Unexpanded[I].first.get<NamedDecl *>(); local
953 NamedDecl *ND = candidate.getCorrectionDecl(); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp196 CrossTranslationUnitContext::getLookupName(const NamedDecl *ND) { argument
217 const auto *ND = dyn_cast<T>(D); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h441 inline raw_ostream &operator<<(raw_ostream &OS, const NamedDecl &ND) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp329 const auto *ND = dyn_cast<NamespaceDecl>(DC); local
H A DRetainSummaryManager.cpp895 static QualType getCallableReturnType(const NamedDecl *ND) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp227 SymbolRoleSet(SymbolRole::RelationSpecializationOf), ND); local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h42 #define ND(fmt, ...) do {} while (0) macro
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h99 #define ND gettynums[3].value macro
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c918 #define ND nd.ndi macro
1047 #undef ND macro
[all...]
/freebsd-11-stable/sys/net/
H A Dnetmap_user.h173 #define ND(_fmt, ...) do {} while(0) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1612 NamedDecl *ND = cast<DeclRefExpr>(*I)->getDecl(); local
1626 NamedDecl *ND = cast<DeclRefExpr>(*I)->getDecl(); local
H A DCommentSema.cpp1038 void SimpleTypoCorrector::addDecl(const NamedDecl *ND) { argument
H A DODRHash.cpp634 const NamedDecl *ND = dyn_cast<NamedDecl>(D); local
H A DASTDiagnostic.cpp427 const NamedDecl *ND = reinterpret_cast<const NamedDecl*>(Val); local
458 NamedDecl *ND = cast<NamedDecl>(DC); local
H A DTextNodeDumper.cpp427 void TextNodeDumper::dumpName(const NamedDecl *ND) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp247 const NamedDecl *ND = DR->getDecl(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp208 auto *ND = cast<const NamedDecl>(D); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h333 const auto *ND = dyn_cast_or_null<NamedDecl>(getDecl()); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1140 inline ConstructorInfo getConstructorInfo(NamedDecl *ND) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp683 NamedDecl *ND = candidate.getCorrectionDecl(); variable
697 NamedDecl *ND = C->getUnderlyingDecl(); variable
H A DParseOpenMP.cpp651 NamedDecl *ND = dyn_cast<NamedDecl>(D); local
1279 NamedDecl *ND; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp358 SyntaxTree::Impl::getRelativeName(const NamedDecl *ND, argument
[all...]

Completed in 260 milliseconds

1234