Home
last modified time | relevance | path

Searched refs:getBuiltinMSVaListDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2108 TypedefDecl *getBuiltinMSVaListDecl() const;
2112 return getTypeDeclType(getBuiltinMSVaListDecl()); in getBuiltinMSVaListType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp449 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9015 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const { in getBuiltinMSVaListDecl() function in ASTContext
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7461 return Context.getBuiltinMSVaListDecl(); in getPredefinedDecl()