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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1117   TypedefDecl *getInt128Decl() const;

References

tools/clang/lib/Sema/Sema.cpp
  220       PushOnScopeChains(Context.getInt128Decl(), TUScope);
tools/clang/lib/Serialization/ASTReader.cpp
 7802     return Context.getInt128Decl();