Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3670 QualType PromotionType; variable
3770 QualType PromotionType,
3798 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3801 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4536 PromotionType = NewPromotionType; in completeDefinition()