Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp453 char *FileName_cstr = (char*) Alloc.Allocate(FileName.size(), 1); in addDiagnostic() local
454 memcpy(FileName_cstr, FileName.data(), FileName.size()); in addDiagnostic()
457 StringRef(FileName_cstr, in addDiagnostic()