Searched defs:ND (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrInfo.h32 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h60 RenameOccurrences(const NamedDecl *ND, std::string NewName) argument
66 const NamedDecl *ND; member in class:clang::tooling::final
79 QualifiedRenameRule(const NamedDecl *ND, argument
87 const NamedDecl *ND; member in class:clang::tooling::final
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp71 void ASTImporterLookupTable::add(DeclContext *DC, NamedDecl *ND) { argument
77 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { argument
84 void ASTImporterLookupTable::add(NamedDecl *ND) { argument
93 remove(NamedDecl *ND) argument
[all...]
H A DLinkage.h89 static QueryType makeCacheKey(const NamedDecl *ND, LVComputationKind Kind) { argument
93 llvm::Optional<LinkageInfo> lookup(const NamedDecl *ND, argument
101 void cache(const NamedDecl *ND, LVComputationKind Kind, LinkageInfo Info) { argument
H A DExternalASTMerger.cpp57 auto *ND = cast<NamedDecl>(DC); local
H A DTemplateBase.cpp408 NamedDecl *ND = getAsDecl(); local
H A DNestedNameSpecifier.cpp151 NamedDecl *ND = static_cast<NamedDecl *>(Specifier); local
H A DMangle.cpp56 static bool isExternC(const NamedDecl *ND) { argument
62 getCallingConvMangling(const ASTContext &Context, const NamedDecl *ND) argument
377 const NamedDecl *ND = cast<NamedDecl>(D); local
444 getMangledStructor(const NamedDecl *ND, unsigned StructorType) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp97 const NamedDecl *ND = cast<NamedDecl>(D); local
98 output << *ND; local
H A DLLVMConventionsChecker.cpp40 const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(D->getDeclContext()); local
H A DObjCSelfInitChecker.cpp385 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp42 bool visitSymbolOccurrence(const NamedDecl *ND, argument
107 bool VisitNamedDecl(const NamedDecl *ND) { argument
H A DRenamingAction.cpp46 findSymbolOccurrences(const NamedDecl *ND, RefactoringRuleContext &Context) { argument
68 const NamedDecl *ND = local
94 const NamedDecl *ND = local
[all...]
H A DUSRFindingAction.cpp182 std::vector<std::string> getUSRsForDeclaration(const NamedDecl *ND, argument
H A DUSRLocFinder.cpp65 bool visitSymbolOccurrence(const NamedDecl *ND, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h36 bool visitSymbolOccurrence(const NamedDecl *ND, argument
118 const NamespaceDecl *ND = NNS.getNestedNameSpecifier()->getAsNamespace(); local
129 bool visit(const NamedDecl *ND, SourceLocation BeginLoc, argument
134 bool visit(const NamedDecl *ND, SourceLocation Loc) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.h104 auto *ND = dyn_cast_or_null<NamedDecl>(LexicalD); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h97 void setOnlyValue(NamedDecl *ND) { argument
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h24 #define ND(fmt, args...) do {} while (0) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp57 TypedefNameDecl *ND = TL.getTypedefNameDecl(); local
H A DIndexingContext.cpp219 const auto *ND = cast<NamedDecl>(D); local
265 static bool shouldSkipNamelessDecl(const NamedDecl *ND) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp39 bool WriteNamedDecl(const NamedDecl *ND, MangledSymbols &Symbols, int RDO) { argument
161 HandleNamedDecl(const NamedDecl *ND, MangledSymbols &Symbols, int RDO) argument
244 VisitNamedDecl(NamedDecl *ND) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h65 inline std::pair<unsigned, unsigned> getDepthAndIndex(NamedDecl *ND) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp565 NamedDecl *ND = getNonTypeAnnotation(Tok); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp423 uint32_t ND = Func.getNumValueDataForSite(VK, S); local
424 OS << ND << "\n"; local

Completed in 266 milliseconds

1234