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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h372 TypeSourceInfo *Declarator; member in union:clang::TemplateArgumentLocInfo::__anon2808
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp1306 DeclaratorDecl *Declarator = dyn_cast<DeclaratorDecl>(FunD); local
1308 Actions.ActOnReenterDeclaratorTemplateScope(getCurScope(), Declarator); local
[all...]
H A DParser.cpp836 bool Parser::isStartOfFunctionDefinition(const ParsingDeclarator &Declarator) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1064 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation NameLoc, IdentifierInfo *Name) argument
H A DTreeTransform.h1396 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1509 class Declarator { class in namespace:clang
1592 Declarator(const DeclSpec &ds, TheContext C) function in class:clang::Declarator
[all...]

Completed in 95 milliseconds