Home
last modified time | relevance | path

Searched defs:Declarator (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h99 Declarator, enumerator
493 Declarator(NodeKind K) : Tree(K) {} in Declarator() function
/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y179 } Declarator; typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h49 class Declarator; variable
1718 friend class Declarator; variable
1894 Declarator(const DeclSpec &ds, DeclaratorContext C) in Declarator() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1001 bool Parser::isStartOfFunctionDefinition(const ParsingDeclarator &Declarator) { in isStartOfFunctionDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1301 TypeSourceInfo *Declarator, in RebuildExceptionDecl()
H A DSemaDeclCXX.cpp17895 Declarator &Declarator, unsigned TemplateParameterDepth) { in ActOnStartFunctionDeclarationDeclarator() argument
17919 void Sema::ActOnFinishFunctionDeclarationDeclarator(Declarator &Declarator) { in ActOnFinishFunctionDeclarationDeclarator() argument
H A DTreeTransform.h2296 TypeSourceInfo *Declarator, in RebuildExceptionDecl()