Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2342 TypedefDecl *getBuiltinVaListDecl() const;
2346 return getTypeDeclType(getBuiltinVaListDecl()); in getBuiltinVaListType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp379 (void)Context.getBuiltinVaListDecl(); in Initialize()
589 PushOnScopeChains(Context.getBuiltinVaListDecl(), TUScope); in Initialize()
H A DSemaType.cpp4520 TypedefDecl *vaListTypedef = S.Context.getBuiltinVaListDecl(); in GetFullTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10224 TypedefDecl *ASTContext::getBuiltinVaListDecl() const { in getBuiltinVaListDecl() function in ASTContext
10237 (void)getBuiltinVaListDecl(); in getVaListTagDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8163 NewLoaded = Context.getBuiltinVaListDecl(); in getPredefinedDecl()