Home
last modified time | relevance | path

Searched refs:CreateOutputFile (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DFrontendActions.h110 CreateOutputFile(CompilerInstance &CI, StringRef InFile,
118 CreateOutputFile(CompilerInstance &CI, StringRef InFile) = 0;
152 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
167 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
184 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DFrontendActions.h110 CreateOutputFile(CompilerInstance &CI, StringRef InFile,
118 CreateOutputFile(CompilerInstance &CI, StringRef InFile) = 0;
152 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
167 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
184 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DFrontendActions.h110 CreateOutputFile(CompilerInstance &CI, StringRef InFile,
118 CreateOutputFile(CompilerInstance &CI, StringRef InFile) = 0;
152 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
167 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
184 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DFrontendActions.h110 CreateOutputFile(CompilerInstance &CI, StringRef InFile,
118 CreateOutputFile(CompilerInstance &CI, StringRef InFile) = 0;
147 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
158 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
167 CreateOutputFile(CompilerInstance &CI, StringRef InFile) override;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ExtractAPI/
DFrontendActions.h54 CreateOutputFile(CompilerInstance &CI, StringRef InFile);
90 CreateOutputFile(CompilerInstance &CI, StringRef InFile);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ExtractAPI/
DFrontendActions.h54 CreateOutputFile(CompilerInstance &CI, StringRef InFile);
90 CreateOutputFile(CompilerInstance &CI, StringRef InFile);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ExtractAPI/
DFrontendActions.h54 CreateOutputFile(CompilerInstance &CI, StringRef InFile);
90 CreateOutputFile(CompilerInstance &CI, StringRef InFile);
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/
H A Dvideo_encoder_e2e_test.cpp221 bool CreateOutputFile() { in CreateOutputFile() function in android::C2VideoEncoderE2ETest
288 if (CreateOutputFile()) { in TEST_F()
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp1696 CreateOutputFile(); in SetUp()
1699 void CreateOutputFile() { in CreateOutputFile() function in android::os::dumpstate::DumpPoolTest