HomeSort by relevance Sort by last modified time
    Searched refs:Declarator (Results 26 - 39 of 39) sorted by null

12

  /external/clang/lib/Parse/
ParseStmt.cpp 230 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
814 Declarator::BlockContext, DeclEnd,
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 820 /// of a declarator's nested name specifier.
    [all...]
DeclSpec.cpp 146 /// "TheDeclarator" is the declarator that this will be added to.
168 Declarator &TheDeclarator,
196 // If the 'InlineParams' in Declarator is unused and big enough, put our
238 bool Declarator::isDeclarationOfFunction() const {
    [all...]
SemaTemplateVariadic.cpp 643 bool Sema::containsUnexpandedParameterPacks(Declarator &D) {
694 // These declarator chunks cannot contain any parameter packs.
700 // Syntactically, these kinds of declarator chunks all come after the
701 // declarator-id (conceptually), so the parser should not invoke this
703 llvm_unreachable("Could not have seen this kind of declarator chunk");
SemaTemplateInstantiate.cpp     [all...]
SemaLambda.cpp 218 Declarator &ParamInfo,
237 // If a lambda-expression does not include a lambda-declarator, it is as
238 // if the lambda-declarator were ().
250 "lambda-declarator is a function");
261 assert(MethodTyInfo && "no type from lambda-declarator");
    [all...]
SemaDeclCXX.cpp 342 /// arguments in the declarator, which is not a function declaration
344 /// arguments. This routine should be invoked for every declarator
346 void Sema::CheckExtraCXXDefaultArguments(Declarator &D) {
353 // declarator or abstract-declarator of a parameter-declaration.
608 // parameter-declaration-clause of a lambda-declarator.
    [all...]
SemaTemplate.cpp 670 Decl *Sema::ActOnNonTypeTemplateParameter(Scope *S, Declarator &D,
    [all...]
SemaCast.cpp 214 SourceLocation LAngleBracketLoc, Declarator &D,
    [all...]
SemaDeclAttr.cpp 102 /// Return true if the given decl has a declarator that should have
    [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
TreeTransform.h     [all...]
SemaExprCXX.cpp     [all...]

Completed in 346 milliseconds

12