Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1911 Decl *getVaListTagDecl() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6217 return D == D->getASTContext().getVaListTagDecl(); in isImportedDeclContext()
H A DASTReader.cpp7294 return Context.getVaListTagDecl(); in getPredefinedDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7557 Decl *ASTContext::getVaListTagDecl() const { in getVaListTagDecl() function in ASTContext