Searched refs:GeneratedArgs (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/unittests/Frontend/ |
D | CompilerInvocationTest.cpp | 27 SmallVector<const char *, 32> GeneratedArgs; member in __anon024ad1aa0111::CommandLineTest 52 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F() 54 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-fno-temp-file")))); in TEST_F() 65 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F() 67 ASSERT_THAT(GeneratedArgs, Contains(StrEq("-fno-temp-file"))); in TEST_F() 87 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F() 89 ASSERT_THAT(GeneratedArgs, Contains(StrEq("-fmodules-strict-context-hash"))); in TEST_F() 100 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F() 102 ASSERT_THAT(GeneratedArgs, Contains(StrEq(TripleCStr))); in TEST_F() 114 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F() [all …]
|