Searched defs:Declarator (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.h | 94 Declarator, enumerator 488 Declarator(NodeKind K) : Tree(K) {} in Declarator() function
|
/freebsd-src/contrib/byacc/test/ |
H A D | grammar.y | 177 } Declarator; typedef
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 50 class Declarator; global() variable 1757 friend class Declarator; global() variable 1961 Declarator(const DeclSpec &DS, const ParsedAttributesView &DeclarationAttrs, Declarator() function [all...] |
/freebsd-src/contrib/byacc/test/yacc/ |
H A D | grammar.tab.c | 207 } Declarator; typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1099 isStartOfFunctionDefinition(const ParsingDeclarator & Declarator) isStartOfFunctionDefinition() argument
|
/freebsd-src/contrib/byacc/test/btyacc/ |
H A D | grammar.tab.c | 227 } Declarator; typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1701 RebuildExceptionDecl(VarDecl * ExceptionDecl,TypeSourceInfo * Declarator,SourceLocation StartLoc,SourceLocation NameLoc,IdentifierInfo * Name) RebuildExceptionDecl() argument
|
H A D | SemaDeclCXX.cpp | 19276 ActOnStartFunctionDeclarationDeclarator(Declarator & Declarator,unsigned TemplateParameterDepth) ActOnStartFunctionDeclarationDeclarator() argument 19299 ActOnFinishFunctionDeclarationDeclarator(Declarator & Declarator) ActOnFinishFunctionDeclarationDeclarator() argument [all...] |
H A D | TreeTransform.h | 2512 RebuildExceptionDecl(VarDecl * ExceptionDecl,TypeSourceInfo * Declarator,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id) RebuildExceptionDecl() argument
|