Searched refs:getVariableArrayDecayedType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h220 Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
234 Entity.Type = Context.getVariableArrayDecayedType(Type);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2623 /// getVariableArrayDecayedType - Turns the given type, which may be
2626 QualType ASTContext::getVariableArrayDecayedType(QualType type) const { function in class:ASTContext
2681 result = getPointerType(getVariableArrayDecayedType(
2688 getVariableArrayDecayedType(lv->getPointeeType()),
2696 getVariableArrayDecayedType(lv->getPointeeType()));
2702 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
2709 getVariableArrayDecayedType(cat->getElementType()),
2719 getVariableArrayDecayedType(dat->getElementType()),
2731 getVariableArrayDecayedType(iat->getElementType()),
2743 getVariableArrayDecayedType(va
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1153 QualType getVariableArrayDecayedType(QualType Ty) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp111 ArgType = getContext().getVariableArrayDecayedType(ArgType);

Completed in 140 milliseconds