Home
last modified time | relevance | path

Searched defs:is_reference (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dmodules-pruning.cpp41 template <class T> struct is_reference : false_type {}; struct
42 template <class T> struct is_reference<T&> : true_type {}; struct
/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_reference.h32 struct _LIBCPP_TEMPLATE_VIS is_reference : _BoolConstant<__is_reference(_Tp)> { }; struct
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1586 bool is_reference = pt.IsReferenceType(); in AddExpressionVariable() local
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py675 def is_reference(self): member in CursorKind
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp745 void is_reference() in is_reference() function