Searched defs:Declarator (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h408 TypeSourceInfo *Declarator; member in union:clang::TemplateArgumentLocInfo::__anon1365
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h790 class Declarator : public Tree { class in namespace:clang::syntax
792 Declarator(NodeKind K) : Tree(K) {} function in class:clang::syntax::Declarator
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c207 } Declarator; typedef in typeref:struct:_Declarator
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp964 bool Parser::isStartOfFunctionDefinition(const ParsingDeclarator &Declarator) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1294 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation NameLoc, IdentifierInfo *Name) argument
H A DTreeTransform.h2196 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1791 class Declarator { class in namespace:clang
1879 Declarator(const DeclSpec &ds, DeclaratorContext C) function in class:clang::Declarator
[all...]
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c227 } Declarator; typedef in typeref:struct:_Declarator
[all...]

Completed in 122 milliseconds