Searched refs:ParseFixedCompilationDatabase (Results 1 – 2 of 2) sorted by relevance
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 482 TEST(ParseFixedCompilationDatabase, ReturnsNullOnEmptyArgumentList) { in TEST() argument 490 TEST(ParseFixedCompilationDatabase, ReturnsNullWithoutDoubleDash) { in TEST() argument 499 TEST(ParseFixedCompilationDatabase, ReturnsArgumentsAfterDoubleDash) { in TEST() argument 520 TEST(ParseFixedCompilationDatabase, ReturnsEmptyCommandLine) { in TEST() argument 537 TEST(ParseFixedCompilationDatabase, HandlesPositionalArgs) { in TEST() argument 556 TEST(ParseFixedCompilationDatabase, HandlesArgv0) { in TEST() argument
|
/external/llvm-project/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 567 TEST(ParseFixedCompilationDatabase, ReturnsNullOnEmptyArgumentList) { in TEST() argument 577 TEST(ParseFixedCompilationDatabase, ReturnsNullWithoutDoubleDash) { in TEST() argument 588 TEST(ParseFixedCompilationDatabase, ReturnsArgumentsAfterDoubleDash) { in TEST() argument 607 TEST(ParseFixedCompilationDatabase, ReturnsEmptyCommandLine) { in TEST() argument 624 TEST(ParseFixedCompilationDatabase, HandlesPositionalArgs) { in TEST() argument 641 TEST(ParseFixedCompilationDatabase, HandlesPositionalArgsSyntaxOnly) { in TEST() argument 659 TEST(ParseFixedCompilationDatabase, HandlesArgv0) { in TEST() argument
|