HomeSort by: relevance | last modified time | path
    Searched refs:getClobberStringLiteral (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 497 return getClobberStringLiteral(i)->getString();
StmtPrinter.cpp 469 VisitStringLiteral(Node->getClobberStringLiteral(i));
StmtProfile.cpp 324 VisitStringLiteral(S->getClobberStringLiteral(I));
ASTImporter.cpp 6037 if (auto ClobberOrErr = import(S->getClobberStringLiteral(I)))
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3182 StringLiteral *getClobberStringLiteral(unsigned i) { return Clobbers[i]; }
3183 const StringLiteral *getClobberStringLiteral(unsigned i) const {
RecursiveASTVisitor.h 2217 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getClobberStringLiteral(I));
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 314 Record.AddStmt(S->getClobberStringLiteral(I));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7662 Clobbers.push_back(S->getClobberStringLiteral(I));

Completed in 81 milliseconds