Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2023 TypedefDecl *getBuiltinMSVaListDecl() const;
2027 return getTypeDeclType(getBuiltinMSVaListDecl()); in getBuiltinMSVaListType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp427 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope); in Initialize()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8383 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const { in getBuiltinMSVaListDecl() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7407 return Context.getBuiltinMSVaListDecl(); in getPredefinedDecl()