OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YI
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/APINotes/
APINotesYAMLCompiler.h
20
bool parseAndDumpAPINotes(llvm::StringRef
YI
, llvm::raw_ostream &OS);
/src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp
584
bool parseAPINotes(StringRef
YI
, Module &M, llvm::SourceMgr::DiagHandlerTy Diag,
586
llvm::yaml::Input IS(
YI
, nullptr, Diag, DiagContext);
592
bool clang::api_notes::parseAndDumpAPINotes(StringRef
YI
,
595
if (parseAPINotes(
YI
, M, nullptr, nullptr))
/src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp
391
PathDiagnostic::meta_iterator
YI
= Y.meta_begin(), YE = Y.meta_end();
392
if (XE - XI != YE -
YI
)
393
return (XE - XI) < (YE -
YI
);
394
for ( ; XI != XE ; ++XI, ++
YI
) {
395
if (*XI != *
YI
)
396
return (*XI) < (*
YI
);
Completed in 16 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026