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

/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp362 const DeltaTreeNode *IChild = IN->getChild(i); local
366 FullDelta += IChild->getFullDelta();
369 assert(IChild->getValue(IChild->getNumValuesUsed()-1).FileLoc <
374 VerifyTree(IChild);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp1049 for (auto IChild = path::begin(Path), EChild = path::end(Path);
1050 IParent != EParent && IChild != EChild; ++IParent, ++IChild) {
1051 if (*IParent != *IChild)

Completed in 272 milliseconds