Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h274 Context.getVariableArrayDecayedType(Type.getUnqualifiedType()); in InitializeParameter()
287 Entity.Type = Context.getVariableArrayDecayedType(Type); in InitializeParameter()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3597 QualType ASTContext::getVariableArrayDecayedType(QualType type) const { in getVariableArrayDecayedType() function in ASTContext
3659 result = getPointerType(getVariableArrayDecayedType( in getVariableArrayDecayedType()
3666 getVariableArrayDecayedType(lv->getPointeeType()), in getVariableArrayDecayedType()
3674 getVariableArrayDecayedType(lv->getPointeeType())); in getVariableArrayDecayedType()
3687 getVariableArrayDecayedType(cat->getElementType()), in getVariableArrayDecayedType()
3698 getVariableArrayDecayedType(dat->getElementType()), in getVariableArrayDecayedType()
3710 getVariableArrayDecayedType(iat->getElementType()), in getVariableArrayDecayedType()
3722 getVariableArrayDecayedType(vat->getElementType()), in getVariableArrayDecayedType()
5968 T = getVariableArrayDecayedType(T); in getCanonicalParamType()
6904 T = getVariableArrayDecayedType(T); in getSignatureParameterType()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1454 QualType getVariableArrayDecayedType(QualType Ty) const;