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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1120   TypedefDecl *getUInt128Decl() const;

References

tools/clang/lib/Sema/Sema.cpp
  224       PushOnScopeChains(Context.getUInt128Decl(), TUScope);
tools/clang/lib/Serialization/ASTReader.cpp
 7805     return Context.getUInt128Decl();