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

References

tools/clang/unittests/CodeGen/TBAAMetadataTest.cpp
   35     compiler.createDiagnostics();
   36     compiler.getCodeGenOpts().StructPathTBAA = 1;
   37     compiler.getCodeGenOpts().OptimizationLevel = 1;
   44     compiler.getTargetOpts().Triple = Tr.getTriple();
   45     compiler.setTarget(clang::TargetInfo::CreateTargetInfo(
   46         compiler.getDiagnostics(),
   47         std::make_shared<clang::TargetOptions>(compiler.getTargetOpts())));
   49     const clang::TargetInfo &TInfo = compiler.getTarget();
   52     compiler.createFileManager();
   53     compiler.createSourceManager(compiler.getFileManager());
   53     compiler.createSourceManager(compiler.getFileManager());
   54     compiler.createPreprocessor(clang::TU_Prefix);
   56     compiler.createASTContext();
   59         compiler.getDiagnostics(),
   61         compiler.getHeaderSearchOpts(),
   62         compiler.getPreprocessorOpts(),
   63         compiler.getCodeGenOpts(),
   65     compiler.setASTConsumer(std::unique_ptr<clang::ASTConsumer>(CG));
   67     compiler.createSema(clang::TU_Prefix, nullptr);
   69     clang::SourceManager &sm = compiler.getSourceManager();
   75     clang::ParseAST(compiler.getSema(), false, false);
  133   Compiler.compiler.getLangOpts().C11 = 1;
  229   Compiler.compiler.getLangOpts().C11 = 1;
  350   Compiler.compiler.getLangOpts().C11 = 1;
  442   Compiler.compiler.getLangOpts().C11 = 1;
  535   Compiler.compiler.getLangOpts().C11 = 1;
  636   Compiler.compiler.getLangOpts().CPlusPlus = 1;
  637   Compiler.compiler.getLangOpts().CPlusPlus11 = 1;
  758   Compiler.compiler.getLangOpts().CPlusPlus = 1;
  759   Compiler.compiler.getLangOpts().CPlusPlus11 = 1;
  858   Compiler.compiler.getLangOpts().CPlusPlus = 1;
  859   Compiler.compiler.getLangOpts().CPlusPlus11 = 1;
  939   Compiler.compiler.getLangOpts().CPlusPlus = 1;
  940   Compiler.compiler.getLangOpts().CPlusPlus11 = 1;
 1017   Compiler.compiler.getLangOpts().CPlusPlus = 1;
 1018   Compiler.compiler.getLangOpts().CPlusPlus11 = 1;
 1095   Compiler.compiler.getLangOpts().CPlusPlus = 1;
 1096   Compiler.compiler.getLangOpts().CPlusPlus11 = 1;
 1171   Compiler.compiler.getLangOpts().CPlusPlus = 1;
 1172   Compiler.compiler.getLangOpts().CPlusPlus11 = 1;
 1256   Compiler.compiler.getLangOpts().CPlusPlus = 1;
 1257   Compiler.compiler.getLangOpts().CPlusPlus11 = 1;