Home
last modified time | relevance | path

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

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