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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2164     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getClobberStringLiteral(I));
tools/clang/lib/AST/ASTImporter.cpp
 5666     if (auto ClobberOrErr = import(S->getClobberStringLiteral(I)))
tools/clang/lib/AST/StmtPrinter.cpp
  473     VisitStringLiteral(Node->getClobberStringLiteral(i));
tools/clang/lib/Sema/TreeTransform.h
 7132     Clobbers.push_back(S->getClobberStringLiteral(I));
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  306     Record.AddStmt(S->getClobberStringLiteral(I));