Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3601 QualType PromotionType; variable
3697 QualType PromotionType,
3725 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3728 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4409 PromotionType = NewPromotionType; in completeDefinition()