Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1940 TypedefDecl *getBuiltinMSVaListDecl() const;
1944 return getTypeDeclType(getBuiltinMSVaListDecl()); in getBuiltinMSVaListType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp369 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp7850 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const { in getBuiltinMSVaListDecl() function in ASTContext
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7277 return Context.getBuiltinMSVaListDecl(); in getPredefinedDecl()