Home
last modified time | relevance | path

Searched refs:getVariableArrayDecayedType (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Sema/
H A DInitialization.h220 Context.getVariableArrayDecayedType(Type.getUnqualifiedType()); in InitializeParameter()
234 Entity.Type = Context.getVariableArrayDecayedType(Type); in InitializeParameter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DInitialization.h274 Context.getVariableArrayDecayedType(Type.getUnqualifiedType()); in InitializeParameter()
287 Entity.Type = Context.getVariableArrayDecayedType(Type); in InitializeParameter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DInitialization.h274 Context.getVariableArrayDecayedType(Type.getUnqualifiedType()); in InitializeParameter()
287 Entity.Type = Context.getVariableArrayDecayedType(Type); in InitializeParameter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DInitialization.h274 Context.getVariableArrayDecayedType(Type.getUnqualifiedType()); in InitializeParameter()
287 Entity.Type = Context.getVariableArrayDecayedType(Type); in InitializeParameter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DInitialization.h274 Context.getVariableArrayDecayedType(Type.getUnqualifiedType()); in InitializeParameter()
287 Entity.Type = Context.getVariableArrayDecayedType(Type); in InitializeParameter()
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp2619 QualType ASTContext::getVariableArrayDecayedType(QualType type) const { in getVariableArrayDecayedType() function in ASTContext
2674 result = getPointerType(getVariableArrayDecayedType( in getVariableArrayDecayedType()
2681 getVariableArrayDecayedType(lv->getPointeeType()), in getVariableArrayDecayedType()
2689 getVariableArrayDecayedType(lv->getPointeeType())); in getVariableArrayDecayedType()
2695 result = getAtomicType(getVariableArrayDecayedType(at->getValueType())); in getVariableArrayDecayedType()
2702 getVariableArrayDecayedType(cat->getElementType()), in getVariableArrayDecayedType()
2712 getVariableArrayDecayedType(dat->getElementType()), in getVariableArrayDecayedType()
2724 getVariableArrayDecayedType(iat->getElementType()), in getVariableArrayDecayedType()
2736 getVariableArrayDecayedType(vat->getElementType()), in getVariableArrayDecayedType()
4175 T = getVariableArrayDecayedType(T); in getCanonicalParamType()
[all …]
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1161 QualType getVariableArrayDecayedType(QualType Ty) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h1486 QualType getVariableArrayDecayedType(QualType Ty) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h1470 QualType getVariableArrayDecayedType(QualType Ty) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h1470 QualType getVariableArrayDecayedType(QualType Ty) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h1467 QualType getVariableArrayDecayedType(QualType Ty) const;
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp236 ArgType = getContext().getVariableArrayDecayedType(ArgType); in GenerateOpenMPCapturedStmtFunction()