Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h709 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
717 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperandSourceInfo()
722 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in setTypeOperandSourceInfo()
727 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in getExprOperand()
732 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in setExprOperand()
747 if (isTypeOperand()) in children()
916 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
924 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperandSourceInfo()
929 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in setTypeOperandSourceInfo()
934 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)"); in getExprOperand()
[all …]
H A DRecursiveASTVisitor.h2356 if (S->isTypeOperand())
2369 if (S->isTypeOperand())
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp63 if (isTypeOperand()) in isPotentiallyEvaluated()
78 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperand()
85 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperand()
H A DStmtProfile.cpp1579 if (S->isTypeOperand()) in VisitCXXTypeidExpr()
1585 if (S->isTypeOperand()) in VisitCXXUuidofExpr()
H A DStmtPrinter.cpp1697 if (Node->isTypeOperand()) { in VisitCXXTypeidExpr()
1707 if (Node->isTypeOperand()) { in VisitCXXUuidofExpr()
H A DItaniumMangle.cpp3579 if (UE->isTypeOperand()) { in mangleExpression()
3934 if (TIE->isTypeOperand()) { in mangleExpression()
H A DASTImporter.cpp7586 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1029 if (DC->isTypeOperand()) in canTypeidThrow()
H A DTreeTransform.h10084 if (E->isTypeOperand()) { in TransformCXXTypeidExpr()
10121 if (E->isTypeOperand()) { in TransformCXXUuidofExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1432 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
1837 if (E->isTypeOperand()) { in VisitCXXUuidofExpr()
H A DASTReaderStmt.cpp1461 if (E->isTypeOperand()) { // typeid(int) in VisitCXXTypeidExpr()
1850 if (E->isTypeOperand()) { // __uuidof(ComType) in VisitCXXUuidofExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp2131 if (E->isTypeOperand()) { in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp1844 if (E->isTypeOperand()) in VisitCXXTypeidExpr()