HomeSort by relevance Sort by last modified time
    Searched refs:isTypeOperand (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/AST/
ExprCXX.h 576 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
584 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
589 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
594 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
599 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
614 if (isTypeOperand())
775 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
783 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
788 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
793 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)")
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 29 if (isTypeOperand())
44 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
51 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
117 if (isTypeOperand())
    [all...]
StmtProfile.cpp 1148 if (S->isTypeOperand())
1154 if (S->isTypeOperand())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 91 milliseconds