/external/llvm-project/clang-tools-extra/clangd/ |
D | AST.cpp | 352 if (auto *AT = D->getType()->getContainedAutoType()) { in VisitDeclaratorDecl() 379 const AutoType *AT = D->getReturnType()->getContainedAutoType(); in VisitFunctionDecl()
|
D | SemanticHighlighting.cpp | 296 auto *AT = D->getType()->getContainedAutoType(); in VisitDeclaratorDecl()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | MakeSmartPtrCheck.cpp | 125 if (New->getType()->getPointeeType()->getContainedAutoType()) in check()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1798 if (FirstType->getContainedAutoType()) { in ActOnObjCForCollectionStmt() 2887 AutoType *AT = CurCap->ReturnType->getContainedAutoType(); in ActOnCapScopeReturnStmt() 3126 AutoType *NewAT = Deduced->getContainedAutoType(); in DeduceFunctionTypeFromReturnExpr() 3214 FnRetType->getContainedAutoType()) { in BuildReturnStmt() 3227 if (AutoType *AT = FnRetType->getContainedAutoType()) { in BuildReturnStmt()
|
D | SemaTemplateDeduction.cpp | 3601 Function->getReturnType()->getContainedAutoType()) { in DeduceTemplateArguments() 3654 assert(!TypeToReplaceAutoWith->getContainedAutoType()); in SubstAutoWithinFunctionReturnType() 3656 assert(AutoResultType->getContainedAutoType()); in SubstAutoWithinFunctionReturnType() 3682 CallOpResultType->getContainedAutoType(); in SpecializeCorrespondingLambdaCallOperatorAndInvoker() 3737 ->getContainedAutoType() in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
|
D | SemaDecl.cpp | 2963 AutoType *OldAT = Old->getReturnType()->getContainedAutoType(); in MergeFunctionDecl() 5980 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator() 6112 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator() 9995 if (TypeMayContainAuto && Type->getContainedAutoType()) { in ActOnUninitializedDecl() 10712 AutoType *AT = D->getType()->getContainedAutoType(); in BuildDeclaratorGroup()
|
D | SemaTemplateInstantiateDecl.cpp | 3609 !PatternDecl->getReturnType()->getContainedAutoType()) in InstantiateFunctionDefinition()
|
D | SemaType.cpp | 3955 const AutoType *AT = T->getContainedAutoType(); in GetFullTypeForDeclarator()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclTemplate.cpp | 696 C.getLangOpts().CPlusPlus20 ? T->getContainedAutoType() : nullptr; in Create() 710 AutoType *AT = TInfo->getType()->getContainedAutoType(); in Create()
|
D | MicrosoftMangle.cpp | 2485 ResultType->getContainedAutoType())) { in mangleFunctionType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 1980 if (FirstType->getContainedAutoType()) { in ActOnObjCForCollectionStmt() 3341 AutoType *AT = CurCap->ReturnType->getContainedAutoType(); in ActOnCapScopeReturnStmt() 3596 AutoType *NewAT = Deduced->getContainedAutoType(); in DeduceFunctionTypeFromReturnExpr() 3701 FnRetType->getContainedAutoType()) { in BuildReturnStmt() 3716 if (AutoType *AT = FnRetType->getContainedAutoType()) { in BuildReturnStmt()
|
D | SemaType.cpp | 4875 const AutoType *AT = T->getContainedAutoType(); in GetFullTypeForDeclarator() 4956 } else if (AutoType *Auto = T->getContainedAutoType()) { in GetFullTypeForDeclarator() 5596 (!LangOpts.CPlusPlus20 || !T->getContainedAutoType())) { in GetFullTypeForDeclarator()
|
D | SemaTemplateDeduction.cpp | 4353 Function->getReturnType()->getContainedAutoType()) { in DeduceTemplateArguments()
|
D | SemaTemplateInstantiateDecl.cpp | 4773 !PatternDecl->getReturnType()->getContainedAutoType()) in InstantiateFunctionDefinition()
|
D | SemaTemplate.cpp | 1513 << QualType(TInfo->getType()->getContainedAutoType(), 0); in ActOnNonTypeTemplateParameter()
|
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 117 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) && in ParseCXXInlineMethodDef()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 114 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) && in ParseCXXInlineMethodDef()
|
/external/clang/include/clang/AST/ |
D | Type.h | 1865 AutoType *getContainedAutoType() const; 5753 const AutoType *AT = getContainedAutoType();
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclTemplate.h | 1569 auto *AT = getType()->getContainedAutoType();
|
D | Type.h | 2265 AutoType *getContainedAutoType() const {
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 1874 dyn_cast_or_null<AutoType>(ResultType->getContainedAutoType())) { in mangleFunctionType()
|
D | Type.cpp | 1595 AutoType *Type::getContainedAutoType() const { in getContainedAutoType() function in Type
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1770 if (Method->getType()->castAs<FunctionProtoType>()->getContainedAutoType()) in CollectCXXMemberFunctions() 4847 FD->getType()->castAs<FunctionProtoType>()->getContainedAutoType()) in EmitUsingDecl()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1335 if (Method->getType()->getAs<FunctionProtoType>()->getContainedAutoType()) in CollectCXXMemberFunctions()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 851 ->getReturnType()->getContainedAutoType()) { in VisitFunctionDecl()
|