OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAutoDeductType
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
794
QualType DeductType = Context.
getAutoDeductType
();
936
getLangOpts().CPlusPlus14 ? Context.
getAutoDeductType
()
SemaStmt.cpp
2748
QualType AutoType = Context.
getAutoDeductType
();
SemaType.cpp
1334
Result = Context.
getAutoDeductType
();
SemaDecl.cpp
11739
Context.hasSameUnqualifiedType(Type, Context.
getAutoDeductType
()) &&
SemaDeclCXX.cpp
8464
Context.
getAutoDeductType
())) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1603
QualType
getAutoDeductType
() const;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
5523
return
getAutoDeductType
();
5598
///
getAutoDeductType
- Get type pattern for deducing against 'auto'.
5599
QualType ASTContext::
getAutoDeductType
() const {
5612
AutoRRefDeductTy = getRValueReferenceType(
getAutoDeductType
());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
7027
T = Context.
getAutoDeductType
();
Completed in 104 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026