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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1924   TypedefDecl *getBuiltinMSVaListDecl() const;

References

tools/clang/include/clang/AST/ASTContext.h
 1928     return getTypeDeclType(getBuiltinMSVaListDecl());
tools/clang/lib/Sema/Sema.cpp
  351       PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope);
tools/clang/lib/Serialization/ASTReader.cpp
 7817     return Context.getBuiltinMSVaListDecl();