Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp132 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp189 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType
H A DClangASTContext.cpp3559 bool ClangASTContext::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1813 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local