Searched refs:CurrentDepth (Results 1 – 3 of 3) sorted by relevance
72 for (size_t CurrentDepth = 0; CurrentDepth < UnpackedSize; CurrentDepth++) { in pack() local73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack()74 if (CurrentDepth > 0) in pack()75 Diff -= Unpacked[CurrentDepth - 1]; in pack()89 size_t CurrentDepth; in unpack() local91 for (CurrentDepth = 0; CurrentDepth < UnpackedMaxSize; CurrentDepth++) { in unpack()99 Unpacked[CurrentDepth] = zigzagDecode(EncodedDiff); in unpack()100 if (CurrentDepth > 0) in unpack()101 Unpacked[CurrentDepth] += Unpacked[CurrentDepth - 1]; in unpack()104 if (Index != PackedSize && CurrentDepth != UnpackedMaxSize) in unpack()[all …]
101 : Matcher(Matcher), Finder(Finder), Builder(Builder), CurrentDepth(0), in MatchChildASTVisitor()158 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseDecl()178 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()181 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseStmt()198 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseType()210 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTypeLoc()221 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifier()227 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifierLoc()235 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseConstructorInitializer()239 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTemplateArgumentLoc()[all …]
267 unsigned CurrentDepth = 1; in getMaxPerfectDepth() local282 ++CurrentDepth; in getMaxPerfectDepth()285 return CurrentDepth; in getMaxPerfectDepth()