Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3001 const clang::ReferenceType *reference_type = in IsFunctionType() local
3003 if (reference_type) in IsFunctionType()
3136 const clang::ReferenceType *reference_type = in IsFunctionPointerType() local
3138 if (reference_type) in IsFunctionPointerType()
3172 const clang::ReferenceType *reference_type = in IsBlockPointerType() local
3174 if (reference_type) in IsBlockPointerType()
3176 reference_type->getPointeeType().getAsOpaquePtr(), in IsBlockPointerType()
6505 const clang::ReferenceType *reference_type = in GetChildCompilerTypeAtIndex() local
6508 GetType(reference_type->getPointeeType()); in GetChildCompilerTypeAtIndex()
6830 const clang::ReferenceType *reference_type = in GetIndexOfChildMemberWithName() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def150 HANDLE_DW_TAG(0x0010, reference_type, 2, DWARF, DW_KIND_TYPE)