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

References

tools/clang/include/clang/AST/ExprCXX.h
 1037     assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
 1042     assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
 1047     assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
 1052     assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
 1070     if (isTypeOperand())
 1077     if (isTypeOperand())
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2419   if (S->isTypeOperand())
tools/clang/lib/AST/ExprCXX.cpp
  154   assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
tools/clang/lib/AST/ItaniumMangle.cpp
 3685     if (UE->isTypeOperand()) {
tools/clang/lib/AST/StmtPrinter.cpp
 1753   if (Node->isTypeOperand()) {
tools/clang/lib/AST/StmtProfile.cpp
 1640   if (S->isTypeOperand())
tools/clang/lib/Sema/TreeTransform.h
10494   if (E->isTypeOperand()) {
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1955   if (E->isTypeOperand()) { // __uuidof(ComType)
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1916   if (E->isTypeOperand()) {
tools/clang/tools/libclang/CIndex.cpp
 2547   if (E->isTypeOperand())