Home
last modified time | relevance | path

Searched defs:getPromotionType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp278 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anon838baf360111::ComplexExprEmitter
H A DCGExprScalar.cpp816 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anonb4bd95340111::ScalarExprEmitter
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3870 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function