Home
last modified time | relevance | path

Searched defs:YI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp626 bool parseAPINotes(StringRef YI, Module &M, llvm::SourceMgr::DiagHandlerTy Diag, in parseAPINotes()
634 bool clang::api_notes::parseAndDumpAPINotes(StringRef YI, in parseAndDumpAPINotes()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp391 PathDiagnostic::meta_iterator YI = Y.meta_begin(), YE = Y.meta_end(); in compare() local