Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3575 QualType PromotionType; variable
3671 QualType PromotionType,
3699 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3702 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4416 PromotionType = NewPromotionType; in completeDefinition()