Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Index / annotate-tokens-unexposed.cpp
blob3e5d79426e3152a6e9baf98fa6ba50aff3e4c274
1 // RUN: c-index-test -test-annotate-tokens=%s:1:1:16:1 %s -target x86_64-pc-windows-msvc | FileCheck %s
2 class Foo
4 public:
5 void step(int v);
6 Foo();
7 };
9 void bar()
11 // Introduce a MSInheritanceAttr node on the CXXRecordDecl for Foo. The
12 // existance of this attribute should not mark all cursors for tokens in
13 // Foo as UnexposedAttr.
14 &Foo::step;
17 Foo::Foo()
20 // CHECK-NOT: UnexposedAttr=