Home
last modified time | relevance | path

Searched refs:isTypeOperand (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h881 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
889 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperandSourceInfo()
893 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in getExprOperand()
908 if (isTypeOperand()) in children()
915 if (isTypeOperand()) in children()
1092 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
1100 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperandSourceInfo()
1104 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)"); in getExprOperand()
1121 if (isTypeOperand()) in children()
1128 if (isTypeOperand()) in children()
H A DRecursiveASTVisitor.h2612 if (S->isTypeOperand())
2625 if (S->isTypeOperand())
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp136 if (isTypeOperand()) in isPotentiallyEvaluated()
151 assert(!isTypeOperand() && "Cannot call isMostDerived for typeid(type)"); in isMostDerived()
163 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperand()
170 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperand()
H A DComputeDependence.cpp284 if (E->isTypeOperand()) in computeDependence()
302 if (E->isTypeOperand()) in computeDependence()
H A DStmtProfile.cpp1989 if (S->isTypeOperand()) in VisitCXXTypeidExpr()
1995 if (S->isTypeOperand()) in VisitCXXUuidofExpr()
H A DStmtPrinter.cpp1973 if (Node->isTypeOperand()) { in VisitCXXTypeidExpr()
1983 if (Node->isTypeOperand()) { in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp4768 if (UE->isTypeOperand()) in mangleExpression()
4774 if (UE->isTypeOperand()) { in mangleExpression()
5219 if (TIE->isTypeOperand()) { in mangleExpression()
H A DJSONNodeDumper.cpp1435 if (CTE->isTypeOperand()) { in VisitCXXTypeidExpr()
H A DASTImporter.cpp8808 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
H A DExprConstant.cpp8714 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1113 if (DC->isTypeOperand()) in canTypeidThrow()
H A DTreeTransform.h12301 if (E->isTypeOperand()) { in TransformCXXTypeidExpr()
12343 if (E->isTypeOperand()) { in TransformCXXUuidofExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1832 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
2299 if (E->isTypeOperand()) { in VisitCXXUuidofExpr()
H A DASTReaderStmt.cpp1842 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
2308 if (E->isTypeOperand()) in VisitCXXUuidofExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2234 if (E->isTypeOperand()) { in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2068 if (E->isTypeOperand()) in VisitCXXTypeidExpr()