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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2158     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getInputConstraintLiteral(I));
tools/clang/lib/AST/ASTImporter.cpp
 5682     if (auto InputOrErr = import(S->getInputConstraintLiteral(I)))
tools/clang/lib/AST/StmtPrinter.cpp
  459     VisitStringLiteral(Node->getInputConstraintLiteral(i));
tools/clang/lib/Sema/TreeTransform.h
 7104     Constraints.push_back(S->getInputConstraintLiteral(I));
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  300     Record.AddStmt(S->getInputConstraintLiteral(I));