Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp323 VAListTagName = PP.getIdentifierInfo("__va_list_tag"); in Initialize()
H A DSemaLookup.cpp2967 if (Class->getDeclName() == Result.S.VAListTagName) in addAssociatedClassesAndNamespaces()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1061 DeclarationName VAListTagName; variable