Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h2915 QualType PromotionType; variable
2978 QualType PromotionType,
3008 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3011 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp3483 PromotionType = NewPromotionType; in completeDefinition()