Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h572 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
580 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperandSourceInfo()
585 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in setTypeOperandSourceInfo()
590 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in getExprOperand()
595 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in setExprOperand()
610 if (isTypeOperand()) return child_range(); in children()
707 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
715 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperandSourceInfo()
720 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in setTypeOperandSourceInfo()
725 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)"); in getExprOperand()
[all …]
DDataRecursiveASTVisitor.h2088 if (S->isTypeOperand())
2099 if (S->isTypeOperand())
DRecursiveASTVisitor.h2118 if (S->isTypeOperand())
2129 if (S->isTypeOperand())
/external/clang/lib/AST/
DExprCXX.cpp29 if (isTypeOperand()) in isPotentiallyEvaluated()
44 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperand()
51 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperand()
117 if (isTypeOperand()) in getUuidAsStringRef()
DStmtProfile.cpp1048 if (S->isTypeOperand()) in VisitCXXTypeidExpr()
1054 if (S->isTypeOperand()) in VisitCXXUuidofExpr()
DStmtPrinter.cpp1585 if (Node->isTypeOperand()) { in VisitCXXTypeidExpr()
1595 if (Node->isTypeOperand()) { in VisitCXXUuidofExpr()
DItaniumMangle.cpp2730 if (UE->isTypeOperand()) { in mangleExpression()
3047 if (TIE->isTypeOperand()) { in mangleExpression()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp897 if (DC->isTypeOperand()) in canTypeidThrow()
DTreeTransform.h8282 if (E->isTypeOperand()) { in TransformCXXTypeidExpr()
8322 if (E->isTypeOperand()) { in TransformCXXUuidofExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1267 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
1644 if (E->isTypeOperand()) { in VisitCXXUuidofExpr()
DASTReaderStmt.cpp1297 if (E->isTypeOperand()) { // typeid(int) in VisitCXXTypeidExpr()
1618 if (E->isTypeOperand()) { // __uuidof(ComType) in VisitCXXUuidofExpr()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp980 if (Typeid->isTypeOperand()) in EmitLValue()
DCGExprCXX.cpp1705 if (E->isTypeOperand()) { in EmitCXXTypeidExpr()
/external/clang/tools/libclang/
DCIndex.cpp2186 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
2197 if (E->isTypeOperand()) in VisitCXXUuidofExpr()