Home
last modified time | relevance | path

Searched defs:ExprType (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp78 QualType ExprType = SSE->getType(); in assumeSym() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2129 ParenParseOption ExprType = ParenParseOption::CastExpr; in ParseExprAfterUnaryExprOrTypeTrait() local
2611 Parser::ParseParenExpression(ParenParseOption &ExprType, bool StopIfCastExpr, in ParseParenExpression()
H A DParser.cpp1603 ParenParseOption ExprType = ParenParseOption::SimpleExpr; in ParseAsmStringLiteral() local
H A DParseExprCXX.cpp3552 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, in ParseCXXAmbiguousParenExpression()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1966 QualType ExprType = E->getType(); in CheckBitCast() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1421 const auto *ExprType = dyn_cast<TypedInit>(Expr); in ParseOperation() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2241 QualType ExprType = TargetType.getNonLValueExprType(SemaRef.Context); in TransformTemplateParmRefExpr() local
H A DSemaExpr.cpp4346 QualType ExprType = E->IgnoreParens()->getType(); in CheckUnaryExprOrTypeTraitOperand() local
4571 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType, in CheckUnaryExprOrTypeTraitOperand()
H A DSemaOpenMP.cpp3192 QualType ExprType = VD->getType().getNonReferenceType(); in ActOnOpenMPIdExpression() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3727 QualType ExprType) { in EmitUnPromotedValue()