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

  /external/clang/include/clang/AST/
ExprCXX.h 565 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
573 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
578 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
583 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
588 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
603 if (isTypeOperand()) return child_range();
700 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
708 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
713 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
718 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)");
50 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
    [all...]
StmtProfile.cpp 802 if (S->isTypeOperand())
808 if (S->isTypeOperand())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExprCXX.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 317 milliseconds