OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DCtx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp
65
LocationOrAnalysisDeclContext
DCtx
;
72
Checker(Checker),
DCtx
(InDCtx) {}
141
AnalysisDeclContext *
DCtx
= Mgr.getAnalysisDeclContext(M);
152
DCtx
);
204
PathDiagnosticLocation(IvarRef, BR.getSourceManager(),
DCtx
));
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h
92
DWARFContext &
DCtx
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp
138
DeclContext *
DCtx
= D->getDeclContext()->getRedeclContext();
139
return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(
DCtx
)
140
: Ctx->Equals(
DCtx
);
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
55
std::unique_ptr<DWARFContext>
DCtx
)
56
: Obj(O), DWARFCtx(std::move(
DCtx
)) {}
134
static Error dumpDebugSection(StringRef SecName, DWARFContext &
DCtx
,
137
dumpDebugAbbrev(
DCtx
, DWARF);
141
return dumpDebugARanges(
DCtx
, DWARF);
143
dumpDebugInfo(
DCtx
, DWARF);
147
dumpDebugLines(
DCtx
, DWARF);
152
dumpDebugPubSections(
DCtx
, DWARF);
156
return dumpDebugRanges(
DCtx
, DWARF);
158
return dumpDebugStrings(
DCtx
, DWARF)
[
all
...]
Completed in 15 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026