Searched refs:LValueReferenceType (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h46 /// implicit upcast. For example, @c CanQual<LValueReferenceType> can be
496 struct CanProxyAdaptor<LValueReferenceType>
497 : public CanProxyBase<LValueReferenceType> {
H A DRecursiveASTVisitor.h864 DEF_TRAVERSE_TYPE(LValueReferenceType, {
1071 DEF_TRAVERSE_TYPELOC(LValueReferenceType, {
H A DTypeLoc.h1138 LValueReferenceType> {
H A DType.h2072 /// ReferenceType - Base for LValueReferenceType and RValueReferenceType
2119 /// LValueReferenceType - C++ [dcl.ref] - Lvalue reference
2121 class LValueReferenceType : public ReferenceType { class in namespace:clang
2122 LValueReferenceType(QualType Referencee, QualType CanonicalRef, function in class:clang::LValueReferenceType
4860 return isa<LValueReferenceType>(CanonicalType);
H A DASTContext.h87 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes;
H A DExpr.h394 return (isa<LValueReferenceType>(RT)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h125 llvm::DIType CreateType(const LValueReferenceType *Ty, llvm::DIFile F);
H A DCGDebugInfo.cpp1816 llvm::DIType CGDebugInfo::CreateType(const LValueReferenceType *Ty,
2149 return CreateType(cast<LValueReferenceType>(Ty), Unit);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp121 } else if (const LValueReferenceType *Ty = QT->getAs<LValueReferenceType>()) {
H A DDeclCXX.cpp1474 if (const LValueReferenceType *Ref = ParamType->getAs<LValueReferenceType>())
H A DTypePrinter.cpp353 void TypePrinter::printLValueReferenceBefore(const LValueReferenceType *T,
364 void TypePrinter::printLValueReferenceAfter(const LValueReferenceType *T,
H A DASTContext.cpp2250 if (LValueReferenceType *RT =
2264 LValueReferenceType *NewIP =
2269 LValueReferenceType *New
2270 = new (*this, TypeAlignment) LValueReferenceType(T, Canonical,
2452 const LValueReferenceType *lv = cast<LValueReferenceType>(ty);
H A DMicrosoftMangle.cpp1627 void MicrosoftCXXNameMangler::mangleType(const LValueReferenceType *T,
H A DASTImporter.cpp46 QualType VisitLValueReferenceType(const LValueReferenceType *T);
1498 ASTNodeImporter::VisitLValueReferenceType(const LValueReferenceType *T) {
H A DItaniumMangle.cpp2138 void CXXNameMangler::mangleType(const LValueReferenceType *T) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3118 AST_TYPE_MATCHER(LValueReferenceType, lValueReferenceType);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp583 pointee_type->SetClangType(m_ast, cast<LValueReferenceType>(qual_type)->desugar());
587 pointee_type->SetClangType(m_ast, cast<LValueReferenceType>(qual_type)->desugar());
617 pointee_type->SetClangType(m_ast, cast<LValueReferenceType>(qual_type)->desugar());
621 pointee_type->SetClangType(m_ast, cast<LValueReferenceType>(qual_type)->desugar());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1245 const LValueReferenceType *ReferenceArg = Arg->getAs<LValueReferenceType>();
1250 cast<LValueReferenceType>(Param)->getPointeeType(),
H A DSemaCast.cpp1493 if (isa<LValueReferenceType>(DestTypeTmp) && !SrcExpr.get()->isLValue()) {
H A DSemaOverload.cpp4071 = Conv->getConversionType()->getAs<LValueReferenceType>();
4403 ->getAs<LValueReferenceType>()) {
8894 if (const LValueReferenceType *FnTypeRef =
8895 FnType->getAs<LValueReferenceType>()) {
H A DSemaType.cpp1387 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>();
4338 if (isa<LValueReferenceType>(OldRef))
H A DSemaInit.cpp5975 (*ResultType)->getAs<LValueReferenceType>()->isSpelledAsLValue());
H A DSemaTemplate.cpp3843 const LValueReferenceType* T) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp171 !cast<LValueReferenceType>(
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp121 void ASTTypeWriter::VisitLValueReferenceType(const LValueReferenceType *T) {

Completed in 483 milliseconds

12