Lines Matching full:tracks
473 // stability, define a custom traversal which tracks the end of the statement
626 // Counter tracks entry to the function body. in VisitFunctionDecl()
638 // Counter tracks entry to the capture body. in VisitCapturedDecl()
645 // Counter tracks entry to the method body. in VisitObjCMethodDecl()
652 // Counter tracks entry to the block body. in VisitBlockDecl()
682 // Counter tracks the block following the label. in VisitLabelStmt()
824 // Counter tracks the body of the loop. in VisitObjCForCollectionStmt()
848 // Counter tracks the exit block of the switch. in VisitSwitchStmt()
882 // Counter tracks the "then" part of an if statement. The count for in VisitIfStmt()
906 // Counter tracks the continuation block of the try statement. in VisitCXXTryStmt()
913 // Counter tracks the catch statement's handler block. in VisitCXXCatchStmt()
924 // Counter tracks the "true" part of a conditional operator. The in VisitAbstractConditionalOperator()
944 // Counter tracks the right hand side of a logical and operator. in VisitBinLAnd()
956 // Counter tracks the right hand side of a logical or operator. in VisitBinLOr()