OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOpts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp
1096
const LangOptions &
LOpts
= C.getASTContext().getLangOpts();
1098
std::make_unique<RefLeakReport>(*LeakAtReturn,
LOpts
, N, Sym, C);
1275
const LangOptions &
LOpts
= Ctx.getASTContext().getLangOpts();
1276
auto R = std::make_unique<RefCountReport>(*OverAutorelease,
LOpts
, N, Sym,
1319
const LangOptions &
LOpts
= Ctx.getASTContext().getLangOpts();
1324
Ctx.emitReport(std::make_unique<RefLeakReport>(BT,
LOpts
, N, L, Ctx));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
1015
const auto &
LOpts
= CGM.getLangOpts();
1016
if (RM != llvm::Reloc::Static && !
LOpts
.PIE) {
Completed in 136 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026