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

References

gen/tools/clang/include/clang/AST/StmtDataCollectors.inc
  121     for (const GenericSelectionExpr::ConstAssociation &Assoc : S->associations()) {
tools/clang/include/clang/AST/ASTNodeTraverser.h
  623     for (const auto &Assoc : E->associations()) {
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2354   for (const GenericSelectionExpr::Association &Assoc : S->associations()) {
tools/clang/lib/AST/StmtPrinter.cpp
 1301   for (const GenericSelectionExpr::Association &Assoc : Node->associations()) {
tools/clang/lib/AST/StmtProfile.cpp
 1294   for (const GenericSelectionExpr::ConstAssociation &Assoc :
tools/clang/lib/Sema/SemaExprObjC.cpp
 4361     for (const GenericSelectionExpr::Association &assoc : gse->associations()) {
tools/clang/lib/Sema/SemaPseudoObject.cpp
  148         for (const GenericSelectionExpr::Association &assoc :
tools/clang/lib/Sema/TreeTransform.h
 9371   for (const GenericSelectionExpr::Association &Assoc : E->associations()) {