reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
421 if (Seq.empty()) 426 ASTContext &Context = Seq.getASTContext(); 430 data_collection::getMacroStack(Seq.getBeginLoc(), Context); 446 if (Seq.holdsSequence()) { 447 for (const Stmt *S : Seq) { 449 StmtSequence(S, Seq.getContainingDecl()), Limit, MacroStack); 454 for (const Stmt *S : Seq.front()->children()) { 456 StmtSequence(S, Seq.getContainingDecl()), Limit, MacroStack);