reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprCXX.h
  812     assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
  817     assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
  822     assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
  827     assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
  842     if (isTypeOperand())
  849     if (isTypeOperand())
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2406   if (S->isTypeOperand())
tools/clang/lib/AST/ASTImporter.cpp
 7749   if (E->isTypeOperand()) {
tools/clang/lib/AST/ExprCXX.cpp
  132   if (isTypeOperand())
  147   assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
tools/clang/lib/AST/ExprConstant.cpp
 7541     if (E->isTypeOperand())
tools/clang/lib/AST/ItaniumMangle.cpp
 4041     if (TIE->isTypeOperand()) {
tools/clang/lib/AST/JSONNodeDumper.cpp
 1264   if (CTE->isTypeOperand()) {
tools/clang/lib/AST/StmtPrinter.cpp
 1743   if (Node->isTypeOperand()) {
tools/clang/lib/AST/StmtProfile.cpp
 1634   if (S->isTypeOperand())
tools/clang/lib/CodeGen/CGExprCXX.cpp
 2147   if (E->isTypeOperand()) {
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1988   if (E->isTypeOperand())
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1050   if (DC->isTypeOperand())
tools/clang/lib/Sema/TreeTransform.h
10457   if (E->isTypeOperand()) {
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1563   if (E->isTypeOperand()) { // typeid(int)
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1508   if (E->isTypeOperand()) {
tools/clang/tools/libclang/CIndex.cpp
 2536   if (E->isTypeOperand())