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 505 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
513 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
518 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
523 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
528 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
542 if (isTypeOperand()) return child_range();
580 bool isTypeOperand() const { return Operand.is<TypeSourceInfo *>(); }
588 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
593 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
598 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)")
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 759 if (S->isTypeOperand())
765 if (S->isTypeOperand())
ExprCXX.cpp 28 if (isTypeOperand())
43 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
49 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 829 if (DC->isTypeOperand())
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExprConstant.cpp     [all...]

Completed in 259 milliseconds