Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h2968 QualType PromotionType; variable
3031 QualType PromotionType,
3061 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3064 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/external/clang/lib/AST/
DDecl.cpp3522 PromotionType = NewPromotionType; in completeDefinition()