Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h3019 QualType PromotionType; variable
3082 QualType PromotionType,
3112 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3115 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/external/clang/lib/AST/
DDecl.cpp3548 PromotionType = NewPromotionType; in completeDefinition()