HomeSort by relevance Sort by last modified time
    Searched refs:test_namespace (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Tooling/
clang-check-ast-dump.cpp 2 // CHECK: namespace test_namespace
8 // RUN: clang-check -ast-dump -ast-dump-filter test_namespace::TheClass::theMethod "%s" -- 2>&1 | FileCheck -check-prefix CHECK-FILTER %s
9 // CHECK-FILTER-NOT: namespace test_namespace
16 // CHECK-PRINT: namespace test_namespace
21 // CHECK-LIST: test_namespace
22 // CHECK-LIST-NEXT: test_namespace::TheClass
23 // CHECK-LIST-NEXT: test_namespace::TheClass::theMethod
26 // RUN: clang-check -ast-dump -ast-dump-filter test_namespace::TheClass::n "%s" -- 2>&1 | FileCheck -check-prefix CHECK-ATTR %s
27 // CHECK-ATTR: test_namespace
30 namespace test_namespace { namespace
    [all...]
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 237 void test_namespace() { function

Completed in 266 milliseconds