Searched refs:NewPath (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Tooling/ |
D | FileMatchTrie.cpp | 54 void insert(StringRef NewPath, unsigned ConsumedLength = 0) { in insert() argument 57 if (llvm::sys::path::is_relative(NewPath)) in insert() 61 Path = NewPath; in insert() 66 if (NewPath == Path) in insert() 74 StringRef(NewPath).drop_back(ConsumedLength))); in insert() 75 Children[Element].insert(NewPath, ConsumedLength + Element.size() + 1); in insert() 174 void FileMatchTrie::insert(StringRef NewPath) { in insert() argument 175 Root->insert(NewPath); in insert()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_path.cpp | 394 FX_BOOL CFX_PathData::GetZeroAreaPath(CFX_PathData& NewPath, in GetZeroAreaPath() argument 406 NewPath.AddPointCount(2); in GetZeroAreaPath() 413 NewPath.SetPoint(0, x, y, FXPT_MOVETO); in GetZeroAreaPath() 418 NewPath.SetPoint(1, x, y, FXPT_LINETO); in GetZeroAreaPath() 423 NewPath.SetPoint(0, x, y, FXPT_MOVETO); in GetZeroAreaPath() 426 NewPath.SetPoint(1, x, y, FXPT_LINETO); in GetZeroAreaPath() 429 NewPath.SetPoint(0, m_pPoints[0].m_PointX, m_pPoints[0].m_PointY, in GetZeroAreaPath() 431 NewPath.SetPoint(1, m_pPoints[1].m_PointX, m_pPoints[1].m_PointY, in GetZeroAreaPath() 462 NewPath.Append(&t_path, NULL); in GetZeroAreaPath() 488 int new_count = NewPath.GetPointCount(); in GetZeroAreaPath() [all …]
|
/external/clang/include/clang/Tooling/ |
D | FileMatchTrie.h | 69 void insert(StringRef NewPath);
|
/external/clang/lib/Basic/ |
D | FileManager.cpp | 395 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() local 396 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath() 397 path = NewPath; in FixupRelativePath()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 90 PathPieces NewPath; in flattenTo() local 91 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo() 93 Macro->subPieces = NewPath; in flattenTo()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 143 FX_BOOL GetZeroAreaPath(CFX_PathData& NewPath,
|