Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp156 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp175 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3374 bool TypeSystemClang::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in TypeSystemClang
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11858 bool IsReferenceType = false; in emitDeclareSimdFunction() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2129 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local