Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3350 QualType PromotionType; variable
3444 QualType PromotionType,
3472 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3475 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp4008 PromotionType = NewPromotionType; in completeDefinition()