Searched refs:getLValueReferenceType (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp6807 ParamTypes[0] = S.Context.getLValueReferenceType(T);
6815 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T));
7006 S.Context.getLValueReferenceType(CandidateTy),
7020 S.Context.getLValueReferenceType(
7033 = S.Context.getLValueReferenceType(
7042 = S.Context.getLValueReferenceType(
7163 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7583 S.Context.getLValueReferenceType(*Ptr),
7594 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7603 = S.Context.getLValueReferenceType(
[all...]
H A DSemaType.cpp1461 return Context.getLValueReferenceType(T, SpelledAsLValue);
4346 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
5529 return S.Context.getLValueReferenceType(T);
5545 case VK_LValue: T = S.Context.getLValueReferenceType(T); break;
H A DSemaTemplateDeduction.cpp3156 ArgType = S.Context.getLValueReferenceType(ArgType);
3182 ArgType = S.Context.getLValueReferenceType(ArgType);
4143 ArgTy = Context.getLValueReferenceType(ArgTy);
H A DSemaDeclCXX.cpp4901 Context.getLValueReferenceType(Context.getTypeDeclType(RD));
5785 << Context.getLValueReferenceType(
9498 QualType RetType = Context.getLValueReferenceType(ArgType);
9502 ArgType = Context.getLValueReferenceType(ArgType);
9878 QualType RetType = Context.getLValueReferenceType(ArgType);
10298 ArgType = Context.getLValueReferenceType(ArgType);
H A DSemaExpr.cpp10724 Context.getLValueReferenceType(VaListType), false);
11818 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
12007 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
13193 ArgType = S.Context.getLValueReferenceType(ArgType);
13278 DestType = S.Context.getLValueReferenceType(DestType);
H A DSemaExprCXX.cpp4218 QualType T = Self.Context.getLValueReferenceType(ToType);
H A DSemaInit.cpp6098 Ty = S.Context.getLValueReferenceType(Ty,
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp39 ResultTy = Ctx.getLValueReferenceType(ResultTy);
/external/clang/lib/AST/
H A DASTContext.cpp2261 /// getLValueReferenceType - Return the uniqued reference to the type for an
2264 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { function in class:ASTContext
2285 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
2477 result = getLValueReferenceType(
7591 Type = Context.getLValueReferenceType(Type);
7682 Type = Context.getLValueReferenceType(Type);
H A DASTDiagnostic.cpp129 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(),
H A DASTImporter.cpp1501 return Importer.getToContext().getLValueReferenceType(ToPointeeType);
H A DExprConstant.cpp8157 Ctx.getLValueReferenceType(getType()), LV))
/external/clang/include/clang/AST/
H A DASTContext.h981 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2902 QualType ToType = getContext().getLValueReferenceType(E->getType());
/external/lldb/source/Symbol/
H A DClangASTType.cpp1587 return ClangASTType(m_ast, m_ast->getLValueReferenceType(GetQualType()));
/external/clang/lib/Serialization/
H A DASTReader.cpp5133 return Context.getLValueReferenceType(PointeeType, Record[1]);

Completed in 1283 milliseconds