Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1915 TypedefDecl *getBuiltinMSVaListDecl() const;
1919 return getTypeDeclType(getBuiltinMSVaListDecl()); in getBuiltinMSVaListType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp333 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7566 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const { in getBuiltinMSVaListDecl() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7297 return Context.getBuiltinMSVaListDecl(); in getPredefinedDecl()