OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubstAutoType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
376
Result =
SubstAutoType
(Result, Context.DependentTy);
SemaStmt.cpp
2731
LoopVar->setType(
SubstAutoType
(LoopVar->getType(), Context.DependentTy));
3865
Deduced =
SubstAutoType
(OrigResultType.getType(), Context.VoidTy);
SemaTemplateDeduction.cpp
4345
FunctionType =
SubstAutoType
(FunctionType, Context.DependentTy);
4931
QualType Sema::
SubstAutoType
(QualType TypeWithAuto,
SemaInit.cpp
9971
return
SubstAutoType
(TSInfo->getType(), Context.DependentTy);
9990
return
SubstAutoType
(TSInfo->getType(), Context.DependentTy);
10210
SubstAutoType
(TSInfo->getType(), Best->Function->getReturnType());
SemaDecl.cpp
3533
SubstAutoType
(New->getType(),
3537
SubstAutoType
(NewQType,
9180
SubstAutoType
(FPT->getReturnType(), Context.DependentTy);
14456
FD,
SubstAutoType
(ResultType.getType(), Context.VoidTy));
SemaDeclCXX.cpp
8526
FD,
SubstAutoType
(FD->getDeclaredReturnType(), Cat));
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
8446
QualType
SubstAutoType
(QualType TypeWithAuto, QualType Replacement);
Completed in 83 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026