Home
last modified time | relevance | path

Searched refs:PromotionType (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h3036 QualType PromotionType; variable
3099 QualType PromotionType,
3129 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3132 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/external/clang/lib/AST/
DDecl.cpp3659 PromotionType = NewPromotionType; in completeDefinition()