Home
last modified time | relevance | path

Searched defs:IsReferenceType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBType.cpp157 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DCompilerType.cpp175 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3350 bool TypeSystemClang::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in TypeSystemClang
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp2125 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local