OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRValueReferenceType
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp
283
return Ctx.
getRValueReferenceType
(QT);
QualTypeNames.cpp
407
QT = Ctx.
getRValueReferenceType
(QT);
ASTDiagnostic.cpp
192
QT = Context.
getRValueReferenceType
(Desugar(Context, Ty->getPointeeType(),
ASTContext.cpp
3346
///
getRValueReferenceType
- Return the uniqued reference to the type for an
3348
QualType ASTContext::
getRValueReferenceType
(QualType T) const {
3366
Canonical =
getRValueReferenceType
(getCanonicalType(PointeeType));
3544
result =
getRValueReferenceType
(
5612
AutoRRefDeductTy =
getRValueReferenceType
(getAutoDeductType());
Type.cpp
935
return Ctx.
getRValueReferenceType
(pointeeType);
ASTImporter.cpp
1136
return Importer.getToContext().
getRValueReferenceType
(*ToPointeeTypeOrErr);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastValueChecker.cpp
192
return ACtx.
getRValueReferenceType
(toAlign);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
87
ResultTy = Ctx.
getRValueReferenceType
(ResultTy);
ExprEngineC.cpp
268
ExTy = getContext().
getRValueReferenceType
(ExTy);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
5225
ArgTy = S.Context.
getRValueReferenceType
(ArgTy);
5432
LhsT = Self.Context.
getRValueReferenceType
(LhsT);
5486
LhsT = Self.Context.
getRValueReferenceType
(LhsT);
5488
RhsT = Self.Context.
getRValueReferenceType
(RhsT);
5846
: Self.Context.
getRValueReferenceType
(ToType);
SemaCoroutine.cpp
90
? S.Context.
getRValueReferenceType
(T)
SemaType.cpp
2184
return Context.
getRValueReferenceType
(T);
6951
return C.
getRValueReferenceType
(New);
8879
return Context.
getRValueReferenceType
(T);
SemaTemplateDeduction.cpp
5061
ArgTy = Context.
getRValueReferenceType
(ArgTy);
SemaDeclCXX.cpp
9613
<< Context.
getRValueReferenceType
(Context.getRecordType(RD));
14282
ArgType = Context.
getRValueReferenceType
(ArgType);
14795
ArgType = Context.
getRValueReferenceType
(ArgType);
SemaOverload.cpp
9506
return Context.
getRValueReferenceType
(T);
11251
if (isRValueReference) FnType = S.Context.
getRValueReferenceType
(FnType);
SemaInit.cpp
8474
Ty = S.Context.
getRValueReferenceType
(Ty);
SemaExpr.cpp
19203
ArgType = S.Context.
getRValueReferenceType
(ArgType);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1323
QualType
getRValueReferenceType
(QualType T) const;
Completed in 102 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026