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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2420     TRY_TO(TraverseTypeLoc(S->getTypeOperandSourceInfo()->getTypeLoc()));
tools/clang/lib/AST/StmtPrinter.cpp
 1754     Node->getTypeOperandSourceInfo()->getType().print(OS, Policy);
tools/clang/lib/AST/StmtProfile.cpp
 1641     VisitType(S->getTypeOperandSourceInfo()->getType());
tools/clang/lib/Sema/TreeTransform.h
10496       = getDerived().TransformType(E->getTypeOperandSourceInfo());
10501         TInfo == E->getTypeOperandSourceInfo())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1917     Record.AddTypeSourceInfo(E->getTypeOperandSourceInfo());
tools/clang/tools/libclang/CIndex.cpp
 2548     AddTypeLoc(E->getTypeOperandSourceInfo());