Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp180 Declarator &TheDeclarator, in getFunction() argument
238 if (!TheDeclarator.InlineStorageUsed && in getFunction()
239 NumParams <= std::size(TheDeclarator.InlineParams)) { in getFunction()
240 I.Fun.Params = TheDeclarator.InlineParams; in getFunction()
243 TheDeclarator.InlineStorageUsed = true; in getFunction()
H A DSemaDeclCXX.cpp18063 Declarator TheDeclarator(DS, ParsedAttributesView::none(), in ActOnFriendTypeDecl() local
18065 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator); in ActOnFriendTypeDecl()
18067 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1732 Declarator &TheDeclarator,