Home
last modified time | relevance | path

Searched refs:getAutoRRefDeductType (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1319 QualType getAutoRRefDeductType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h1754 QualType getAutoRRefDeductType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h1738 QualType getAutoRRefDeductType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h1738 QualType getAutoRRefDeductType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h1730 QualType getAutoRRefDeductType() const;
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp1997 Context.getAutoRRefDeductType(), in ActOnCXXForRangeStmt()
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp4100 QualType ASTContext::getAutoRRefDeductType() const { in getAutoRRefDeductType() function in ASTContext
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp6104 T = Context.getAutoRRefDeductType(); in GetType()