Home
last modified time | relevance | path

Searched refs:VaListTagDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1332 VaListTagDecl = nullptr; in InitBuiltinTypes()
7293 VaListTagDecl->addDecl(Field); in CreateAArch64ABIBuiltinVaListDecl()
7296 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()
7305 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
7348 Context->VaListTagDecl = VaListTagDecl; in CreatePowerABIBuiltinVaListDecl()
7369 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local
7408 Context->VaListTagDecl = VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl()
7472 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local
7511 Context->VaListTagDecl = VaListTagDecl; in CreateSystemZBuiltinVaListDecl()
7560 if (!VaListTagDecl) in getVaListTagDecl()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1066 mutable Decl *VaListTagDecl; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4673 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()