Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp513 char *FileName_cstr = (char*) Alloc.Allocate(FileName.size(), 1); in addDiagnostic() local
514 memcpy(FileName_cstr, FileName.data(), FileName.size()); in addDiagnostic()
517 StringRef(FileName_cstr, in addDiagnostic()