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

/external/clang/include/clang/Sema/
H A DInitialization.h198 Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
212 Entity.Type = Context.getVariableArrayDecayedType(Type);
/external/clang/lib/AST/
H A DASTContext.cpp2227 /// getVariableArrayDecayedType - Turns the given type, which may be
2230 QualType ASTContext::getVariableArrayDecayedType(QualType type) const { function in class:ASTContext
2284 result = getPointerType(getVariableArrayDecayedType(
2291 getVariableArrayDecayedType(lv->getPointeeType()),
2299 getVariableArrayDecayedType(lv->getPointeeType()));
2305 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
2312 getVariableArrayDecayedType(cat->getElementType()),
2322 getVariableArrayDecayedType(dat->getElementType()),
2334 getVariableArrayDecayedType(iat->getElementType()),
2346 getVariableArrayDecayedType(va
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h963 QualType getVariableArrayDecayedType(QualType Ty) const;

Completed in 192 milliseconds