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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2407     TRY_TO(TraverseTypeLoc(S->getTypeOperandSourceInfo()->getTypeLoc()));
tools/clang/lib/AST/ASTImporter.cpp
 7750     if (auto ToTSIOrErr = import(E->getTypeOperandSourceInfo()))
tools/clang/lib/AST/JSONNodeDumper.cpp
 1266     QualType Unadjusted = CTE->getTypeOperandSourceInfo()->getType();
tools/clang/lib/AST/StmtPrinter.cpp
 1744     Node->getTypeOperandSourceInfo()->getType().print(OS, Policy);
tools/clang/lib/AST/StmtProfile.cpp
 1635     VisitType(S->getTypeOperandSourceInfo()->getType());
tools/clang/lib/Sema/TreeTransform.h
10459       = getDerived().TransformType(E->getTypeOperandSourceInfo());
10464         TInfo == E->getTypeOperandSourceInfo())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1509     Record.AddTypeSourceInfo(E->getTypeOperandSourceInfo());
tools/clang/tools/libclang/CIndex.cpp
 2537     AddTypeLoc(E->getTypeOperandSourceInfo());