Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h875 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
883 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperandSourceInfo()
887 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in getExprOperand()
902 if (isTypeOperand()) in children()
909 if (isTypeOperand()) in children()
1086 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
1094 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperandSourceInfo()
1098 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)"); in getExprOperand()
1115 if (isTypeOperand()) in children()
1122 if (isTypeOperand()) in children()
H A DRecursiveASTVisitor.h2492 if (S->isTypeOperand())
2505 if (S->isTypeOperand())
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp135 if (isTypeOperand()) in isPotentiallyEvaluated()
150 assert(!isTypeOperand() && "Cannot call isMostDerived for typeid(type)"); in isMostDerived()
162 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperand()
169 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperand()
H A DComputeDependence.cpp265 if (E->isTypeOperand()) in computeDependence()
283 if (E->isTypeOperand()) in computeDependence()
H A DStmtProfile.cpp1858 if (S->isTypeOperand()) in VisitCXXTypeidExpr()
1864 if (S->isTypeOperand()) in VisitCXXUuidofExpr()
H A DStmtPrinter.cpp1802 if (Node->isTypeOperand()) { in VisitCXXTypeidExpr()
1812 if (Node->isTypeOperand()) { in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp4244 if (UE->isTypeOperand()) in mangleExpression()
4250 if (UE->isTypeOperand()) { in mangleExpression()
4647 if (TIE->isTypeOperand()) { in mangleExpression()
H A DJSONNodeDumper.cpp1324 if (CTE->isTypeOperand()) { in VisitCXXTypeidExpr()
H A DASTImporter.cpp8193 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
H A DExprConstant.cpp8309 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1099 if (DC->isTypeOperand()) in canTypeidThrow()
H A DTreeTransform.h11624 if (E->isTypeOperand()) { in TransformCXXTypeidExpr()
11666 if (E->isTypeOperand()) { in TransformCXXUuidofExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1723 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
2142 if (E->isTypeOperand()) { in VisitCXXUuidofExpr()
H A DASTReaderStmt.cpp1821 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
2232 if (E->isTypeOperand()) in VisitCXXUuidofExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2201 if (E->isTypeOperand()) { in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2016 if (E->isTypeOperand()) in VisitCXXTypeidExpr()