Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h613 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
621 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in getTypeOperandSourceInfo()
626 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)"); in setTypeOperandSourceInfo()
631 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in getExprOperand()
636 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)"); in setExprOperand()
651 if (isTypeOperand()) in children()
813 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } in isTypeOperand() function
821 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in getTypeOperandSourceInfo()
826 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)"); in setTypeOperandSourceInfo()
831 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)"); in getExprOperand()
[all …]
DRecursiveASTVisitor.h2211 if (S->isTypeOperand())
2224 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()
DStmtProfile.cpp1262 if (S->isTypeOperand()) in VisitCXXTypeidExpr()
1268 if (S->isTypeOperand()) in VisitCXXUuidofExpr()
DStmtPrinter.cpp1891 if (Node->isTypeOperand()) { in VisitCXXTypeidExpr()
1901 if (Node->isTypeOperand()) { in VisitCXXUuidofExpr()
DItaniumMangle.cpp3269 if (UE->isTypeOperand()) { in mangleExpression()
3595 if (TIE->isTypeOperand()) { in mangleExpression()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp930 if (DC->isTypeOperand()) in canTypeidThrow()
DTreeTransform.h9260 if (E->isTypeOperand()) { in TransformCXXTypeidExpr()
9300 if (E->isTypeOperand()) { in TransformCXXUuidofExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1332 if (E->isTypeOperand()) { in VisitCXXTypeidExpr()
1724 if (E->isTypeOperand()) { in VisitCXXUuidofExpr()
DASTReaderStmt.cpp1354 if (E->isTypeOperand()) { // typeid(int) in VisitCXXTypeidExpr()
1697 if (E->isTypeOperand()) { // __uuidof(ComType) in VisitCXXUuidofExpr()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1100 if (Typeid->isTypeOperand()) in EmitLValue()
DCGExprCXX.cpp1820 if (E->isTypeOperand()) { in EmitCXXTypeidExpr()
/external/clang/tools/libclang/
DCIndex.cpp2372 if (E->isTypeOperand()) in VisitCXXTypeidExpr()
2383 if (E->isTypeOperand()) in VisitCXXUuidofExpr()