Home
last modified time | relevance | path

Searched refs:getBuiltinVaListDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2092 TypedefDecl *getBuiltinVaListDecl() const;
2096 return getTypeDeclType(getBuiltinVaListDecl()); in getBuiltinVaListType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp463 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
H A DSemaType.cpp4958 TypedefDecl *vaListTypedef = S.Context.getBuiltinVaListDecl(); in GetFullTypeForDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9112 TypedefDecl *ASTContext::getBuiltinVaListDecl() const { in getBuiltinVaListDecl() function in ASTContext
9125 (void)getBuiltinVaListDecl(); in getVaListTagDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7714 return Context.getBuiltinVaListDecl(); in getPredefinedDecl()