OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoRRefDeductTy
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.h
67
if (T == Context.
AutoRRefDeductTy
)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1058
mutable QualType
AutoRRefDeductTy
; // Deduction against 'auto &&'.
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
5611
if (
AutoRRefDeductTy
.isNull())
5612
AutoRRefDeductTy
= getRValueReferenceType(getAutoDeductType());
5613
assert(!
AutoRRefDeductTy
.isNull() && "can't build 'auto &&' pattern");
5614
return
AutoRRefDeductTy
;
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026