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

Declarations

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

References

tools/clang/include/clang/AST/Type.h
 4355     Profile(ID, Context, getUnderlyingExpr());
tools/clang/lib/AST/ASTContext.cpp
 4925     DependentDecltypeType::Profile(ID, *this, e);