Searched refs:normalizePathSegment (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp29 static void normalizePathSegment(std::string &Segment) { function
57 normalizePathSegment(this->GCCSuffix);
58 normalizePathSegment(this->OSSuffix);
59 normalizePathSegment(this->IncludeSuffix);
64 normalizePathSegment(GCCSuffix);
70 normalizePathSegment(OSSuffix);
76 normalizePathSegment(IncludeSuffix);

Completed in 96 milliseconds