Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp175 SBType::IsReferenceType() in IsReferenceType() function in SBType
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp747 ClangASTType::IsReferenceType (ClangASTType *pointee_type, bool* is_rvalue) const in IsReferenceType() function in ClangASTType
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp1248 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local