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

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  310     Visit(T->getUnderlyingExpr());
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1025                   { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
tools/clang/include/clang/AST/Type.h
 4285     Profile(ID, Context, getUnderlyingExpr());
tools/clang/include/clang/AST/TypeLoc.h
 1860     return getTypePtr()->getUnderlyingExpr();
tools/clang/lib/AST/ASTImporter.cpp
 1269   ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr());
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  706             Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(),
  707             cast<TypeOfExprType>(T2)->getUnderlyingExpr()))
tools/clang/lib/AST/ODRHash.cpp
 1043     AddStmt(T->getUnderlyingExpr());
tools/clang/lib/AST/Type.cpp
 3221     return getUnderlyingExpr()->getType();
tools/clang/lib/AST/TypePrinter.cpp
  989   if (T->getUnderlyingExpr())
  990     T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2868       T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType();
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1986       EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr());
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2278     QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
 4730     QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2190     QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
 3899     QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
tools/clang/lib/Sema/SemaChecking.cpp
 8306     ExprTy = TET->getUnderlyingExpr()->getType();
10838       LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts();
10840       RHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts();
tools/clang/lib/Sema/SemaExpr.cpp
 4134       T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType();
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 5568                                  cast<TypeOfExprType>(T)->getUnderlyingExpr(),
tools/clang/lib/Serialization/ASTWriter.cpp
  347   Record.AddStmt(T->getUnderlyingExpr());
tools/lldb/source/Symbol/ClangASTContext.cpp
 4146                                   ->getUnderlyingExpr()
 4367                                   ->getUnderlyingExpr()
 5268                                   ->getUnderlyingExpr()
 5439                                   ->getUnderlyingExpr()
 6527                                      ->getUnderlyingExpr()