Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTBitCodes.h1195 PREDEF_DECL_VA_LIST_TAG = 10, enumerator
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4667 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()
H A DASTReader.cpp7496 case PREDEF_DECL_VA_LIST_TAG: in getPredefinedDecl()