Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp458 QualType CondType = CondExpr->getType(); in ActOnCaseExpr() local
1152 QualType CondType = Cond->getType(); in checkEnumTypesInSwitchStmt() local
1192 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local
H A DSemaExprCXX.cpp6008 QualType CondType = Cond.get()->getType(); in CheckVectorConditionalTypes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp4576 llvm::Type *CondType = ConvertType(condExpr->getType()); in VisitAbstractConditionalOperator() local