Searched refs:isTypeOperand (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h613 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } function in class:clang::CXXTypeidExpr
621 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
626 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
631 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
636 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
651 if (isTypeOperand())
813 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); } function in class:clang::CXXUuidofExpr
821 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
826 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
831 assert(!isTypeOperand()
[all...]
H A DRecursiveASTVisitor.h2211 if (S->isTypeOperand())
2224 if (S->isTypeOperand())
/external/clang/lib/AST/
H A DExprCXX.cpp29 if (isTypeOperand())
44 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
51 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
H A DStmtProfile.cpp1262 if (S->isTypeOperand())
1268 if (S->isTypeOperand())
H A DItaniumMangle.cpp3269 if (UE->isTypeOperand()) {
3595 if (TIE->isTypeOperand()) {
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp930 if (DC->isTypeOperand())
H A DTreeTransform.h9260 if (E->isTypeOperand()) {
9300 if (E->isTypeOperand()) {
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1100 if (Typeid->isTypeOperand())
H A DCGExprCXX.cpp1820 if (E->isTypeOperand()) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1332 if (E->isTypeOperand()) {
1724 if (E->isTypeOperand()) {
H A DASTReaderStmt.cpp1354 if (E->isTypeOperand()) { // typeid(int)
1697 if (E->isTypeOperand()) { // __uuidof(ComType)
/external/clang/tools/libclang/
H A DCIndex.cpp2372 if (E->isTypeOperand())
2383 if (E->isTypeOperand())

Completed in 1462 milliseconds