Home
last modified time | relevance | path

Searched refs:some_class (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-params.cpp160 struct some_class;
166 promise_type(some_class&, float);
175 struct some_class { struct
180 method some_class::good_coroutine_calls_custom_constructor(float) { in good_coroutine_calls_custom_constructor()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-using.cpp57 typedef Class some_class; typedef
/external/llvm-project/clang/test/SemaCXX/
Dcoroutines.cpp1330 struct some_class;
1333 good_promise_custom_constructor(some_class&, float, int);
1348 struct some_class { struct
/external/clang/test/CXX/drs/
Ddr1xx.cpp857 friend class T::some_class;
/external/llvm-project/clang/test/CXX/drs/
Ddr1xx.cpp908 friend class T::some_class;
/external/python/cpython3/Doc/howto/
Ddescriptor.rst304 descriptor is accessed indirectly with ``vars(some_class)[descriptor_name]``,