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.cpp183 Declarator &TheDeclarator, in getFunction() argument
241 if (!TheDeclarator.InlineStorageUsed && in getFunction()
242 NumParams <= std::size(TheDeclarator.InlineParams)) { in getFunction()
243 I.Fun.Params = TheDeclarator.InlineParams; in getFunction()
246 TheDeclarator.InlineStorageUsed = true; in getFunction()
H A DSemaDeclCXX.cpp17773 Declarator TheDeclarator(DS, ParsedAttributesView::none(), in ActOnFriendTypeDecl() local
17775 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator); in ActOnFriendTypeDecl()
17777 if (TheDeclarator.isInvalidType()) in ActOnFriendTypeDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1682 Declarator &TheDeclarator,