Searched defs:IsReferenceType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBType.cpp | 173 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType |
/llvm-project/lldb/source/Symbol/ | ||
H A D | CompilerType.cpp | 223 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType |
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 3368 bool TypeSystemClang::IsReferenceType(lldb::opaque_compiler_type_t type, IsReferenceType() function in TypeSystemClang |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.cpp | 11010 bool IsReferenceType = false; emitDeclareSimdFunction() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 2216 bool IsReferenceType = Type->isReferenceType(); CheckLValueConstantExpression() local |