Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2019 Decl *getVaListTagDecl() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5717 return D == D->getASTContext().getVaListTagDecl(); in isImportedDeclContext()
H A DASTReader.cpp7404 return Context.getVaListTagDecl(); in getPredefinedDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8374 Decl *ASTContext::getVaListTagDecl() const { in getVaListTagDecl() function in ASTContext