Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-len2.cpp350 typedef T &reference_type; typedef
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3025 const clang::ReferenceType *reference_type = in IsFunctionType() local
3027 if (reference_type) in IsFunctionType()
3160 const clang::ReferenceType *reference_type = in IsFunctionPointerType() local
3162 if (reference_type) in IsFunctionPointerType()
3196 const clang::ReferenceType *reference_type = in IsBlockPointerType() local
3198 if (reference_type) in IsBlockPointerType()
3200 reference_type->getPointeeType().getAsOpaquePtr(), in IsBlockPointerType()
6546 const clang::ReferenceType *reference_type = in GetChildCompilerTypeAtIndex() local
6550 GetType(reference_type->getPointeeType()); in GetChildCompilerTypeAtIndex()
6872 const clang::ReferenceType *reference_type = in GetIndexOfChildMemberWithName() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def150 HANDLE_DW_TAG(0x0010, reference_type, 2, DWARF, DW_KIND_TYPE)