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

/external/clang/include/clang/Sema/
H A DInitialization.h220 Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
234 Entity.Type = Context.getVariableArrayDecayedType(Type);
/external/clang/lib/AST/
H A DASTContext.cpp2414 /// getVariableArrayDecayedType - Turns the given type, which may be
2417 QualType ASTContext::getVariableArrayDecayedType(QualType type) const { function in class:ASTContext
2471 result = getPointerType(getVariableArrayDecayedType(
2478 getVariableArrayDecayedType(lv->getPointeeType()),
2486 getVariableArrayDecayedType(lv->getPointeeType()));
2492 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
2499 getVariableArrayDecayedType(cat->getElementType()),
2509 getVariableArrayDecayedType(dat->getElementType()),
2521 getVariableArrayDecayedType(iat->getElementType()),
2533 getVariableArrayDecayedType(va
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h1024 QualType getVariableArrayDecayedType(QualType Ty) const;

Completed in 165 milliseconds