Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1463 VaListTagDecl = nullptr; in InitBuiltinTypes()
8797 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()
8806 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
8849 Context->VaListTagDecl = VaListTagDecl; in CreatePowerABIBuiltinVaListDecl()
8870 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local
8909 Context->VaListTagDecl = VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl()
8973 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local
9012 Context->VaListTagDecl = VaListTagDecl; in CreateSystemZBuiltinVaListDecl()
9059 Context->VaListTagDecl = VaListTagDecl; in CreateHexagonBuiltinVaListDecl()
9114 if (!VaListTagDecl) in getVaListTagDecl()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1136 mutable Decl *VaListTagDecl = nullptr; variable
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4667 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()