Home
last modified time | relevance | path

Searched defs:AbsolutePath (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp109 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile)); in autoDetectFromSource() local
124 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir)); in autoDetectFromDirectory() local
H A DJSONCompilationDatabase.cpp371 SmallString<128> AbsolutePath( in parse() local
H A DTooling.cpp210 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath() local
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp489 SmallString<16> AbsolutePath; in parseDWO() local
H A DDWARFContext.cpp1100 DWARFContext::getDWOContext(StringRef AbsolutePath) { in getDWOContext()