Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h2612 if (S->isTypeOperand())
2625 if (S->isTypeOperand())
/llvm-project-15.0.7/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.cpp284 if (E->isTypeOperand()) in computeDependence()
302 if (E->isTypeOperand()) in computeDependence()
H A DStmtProfile.cpp1933 if (S->isTypeOperand()) in VisitCXXTypeidExpr()
1939 if (S->isTypeOperand()) in VisitCXXUuidofExpr()
H A DStmtPrinter.cpp1948 if (Node->isTypeOperand()) { in VisitCXXTypeidExpr()
1958 if (Node->isTypeOperand()) { in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp4314 if (UE->isTypeOperand()) in mangleExpression()
4320 if (UE->isTypeOperand()) { in mangleExpression()
4717 if (TIE->isTypeOperand()) { in mangleExpression()
H A DJSONNodeDumper.cpp1331 if (CTE->isTypeOperand()) { in VisitCXXTypeidExpr()
H A DASTImporter.cpp8338 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
H A DExprConstant.cpp8413 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1104 if (DC->isTypeOperand()) in canTypeidThrow()
H A DTreeTransform.h11905 if (E->isTypeOperand()) { in TransformCXXTypeidExpr()
11947 if (E->isTypeOperand()) { in TransformCXXUuidofExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1721 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
2140 if (E->isTypeOperand()) { in VisitCXXUuidofExpr()
H A DASTReaderStmt.cpp1806 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
2217 if (E->isTypeOperand()) in VisitCXXUuidofExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp2196 if (E->isTypeOperand()) { in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2053 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2782 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
2793 if (E->isTypeOperand()) in VisitCXXUuidofExpr()