Home
last modified time | relevance | path

Searched defs:CompResultType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExpr.cpp4830 Create(const ASTContext & C,Expr * lhs,Expr * rhs,Opcode opc,QualType ResTy,ExprValueKind VK,ExprObjectKind OK,SourceLocation opLoc,FPOptionsOverride FPFeatures,QualType CompLHSType,QualType CompResultType) Create() argument
/llvm-project/clang/include/clang/AST/
H A DExpr.h4106 CompoundAssignOperator(const ASTContext & C,Expr * lhs,Expr * rhs,Opcode opc,QualType ResType,ExprValueKind VK,ExprObjectKind OK,SourceLocation OpLoc,FPOptionsOverride FPFeatures,QualType CompLHSType,QualType CompResultType) CompoundAssignOperator() argument