Home
last modified time | relevance | path

Searched refs:SimpleClass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dimplicit-conversion-in-loop.cpp46 struct SimpleClass { struct
48 operator OperatorWrapper<SimpleClass>(); argument
60 typedef View<Iterator<SimpleClass>> SimpleView;
70 for (const SimpleClass& foo : SimpleView()) {} in SimpleClassIterator()
74 for (const SimpleClass foo : SimpleView()) {} in SimpleClassIterator()
75 for (SimpleClass foo : SimpleView()) {} in SimpleClassIterator()
80 for (SimpleClass& foo : SimpleRefView()) {} in SimpleClassRefIterator()
81 for (const SimpleClass foo : SimpleRefView()) {} in SimpleClassRefIterator()
82 for (SimpleClass foo : SimpleRefView()) {} in SimpleClassRefIterator()
116 SimpleClass array[5]; in ImplicitSimpleClassArray()
[all …]
/llvm-project-15.0.7/clang/test/Frontend/
H A Dnoderef.cpp114 class SimpleClass { class
118 std::type_info TypeIdNonPolymorphic(NODEREF SimpleClass *simple) { in TypeIdNonPolymorphic()
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml16 - SimpleClass
23 - '-[SimpleClass sayHello]'