Home
last modified time | relevance | path

Searched refs:RealFileName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp199 StringRef RealFileName = in checkPrivateAPINotesName() local
201 StringRef RealStem = llvm::sys::path::stem(RealFileName); in checkPrivateAPINotesName()
209 Diags.Report(SourceLocation(), DiagID) << M->Name << RealFileName; in checkPrivateAPINotesName()