Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2356 TypedefDecl *getBuiltinMSVaListDecl() const;
2360 return getTypeDeclType(getBuiltinMSVaListDecl()); in getBuiltinMSVaListType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp378 (void)Context.getBuiltinMSVaListDecl(); in Initialize()
584 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8175 NewLoaded = Context.getBuiltinMSVaListDecl(); in getPredefinedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10242 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const { in getBuiltinMSVaListDecl() function in ASTContext