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