Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A DClangDataFormat.py121 if ty.IsPointerType() or ty.IsReferenceType():
132 ty.IsReferenceType() or
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A DlldbDataFormatters.py68 if the_type.IsReferenceType():
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2125 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local
2153 << IsReferenceType << !Designator.Entries.empty() << InvalidBaseKind in CheckLValueConstantExpression()
2175 << IsReferenceType << !Designator.Entries.empty() in CheckLValueConstantExpression()
2203 << IsReferenceType << !Designator.Entries.empty(); in CheckLValueConstantExpression()
2259 if (!IsReferenceType) in CheckLValueConstantExpression()