HomeSort by relevance Sort by last modified time
    Searched defs:NewPath (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 82 SmallString<128> NewPath;
83 llvm::sys::fs::unique_file(Path.str(), fd, NewPath);
84 return NewPath.str();
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 90 PathPieces NewPath;
91 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
93 Macro->subPieces = NewPath;
    [all...]

Completed in 58 milliseconds