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

Declarations

tools/clang/include/clang/AST/Type.h
 4288   static void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context,

References

tools/clang/include/clang/AST/Type.h
 4285     Profile(ID, Context, getUnderlyingExpr());
tools/clang/lib/AST/ASTContext.cpp
 4875     DependentTypeOfExprType::Profile(ID, *this, tofExpr);