reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2333   if (S->isSemanticForm() && S->isSyntacticForm()) {
 2333   if (S->isSemanticForm() && S->isSyntacticForm()) {
 2335     TRY_TO(TraverseSynOrSemInitListExpr(S, Queue));
 2339       S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));
 2339       S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));
 2339       S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));
 2344         S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
 2344         S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
 2344         S->isSemanticForm() ? S : S->getSemanticForm(), Queue));