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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2161     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getOutputConstraintLiteral(I));
tools/clang/lib/AST/ASTImporter.cpp
 5675     if (auto OutputOrErr = import(S->getOutputConstraintLiteral(I)))
tools/clang/lib/AST/StmtPrinter.cpp
  438     VisitStringLiteral(Node->getOutputConstraintLiteral(i));
tools/clang/lib/Sema/TreeTransform.h
 7086     Constraints.push_back(S->getOutputConstraintLiteral(I));
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  293     Record.AddStmt(S->getOutputConstraintLiteral(I));