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

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 65 if (!E->isTypeOperand() && E->Classify(Context).isGLValue())
ExprCXX.h 484 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
492 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
497 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
502 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
507 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
521 if (isTypeOperand()) return child_range();
559 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
567 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
572 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
577 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)")
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 754 if (S->isTypeOperand())
760 if (S->isTypeOperand())
ExprCXX.cpp 27 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
33 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
    [all...]
StmtPrinter.cpp     [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.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/
CGExprCXX.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 437 milliseconds