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

12

  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 238 Declarator d, ASTree right)
920 Declarator d = ((Variable)oprand).getDeclarator();
956 Declarator d = v.getDeclarator();
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 174 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
843 Declarator::BlockContext, DeclEnd,
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
DeclSpec.cpp 146 /// "TheDeclarator" is the declarator that this will be added to.
170 Declarator &TheDeclarator,
203 // If the 'InlineParams' in Declarator is unused and big enough, put our
241 bool Declarator::isDeclarationOfFunction() const {
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaLambda.cpp 433 Declarator &ParamInfo,
451 // If a lambda-expression does not include a lambda-declarator, it is as
452 // if the lambda-declarator were ().
465 "lambda-declarator is a function");
476 assert(MethodTyInfo && "no type from lambda-declarator");
    [all...]
SemaTemplateVariadic.cpp 689 bool Sema::containsUnexpandedParameterPacks(Declarator &D) {
749 // These declarator chunks cannot contain any parameter packs.
755 // Syntactically, these kinds of declarator chunks all come after the
756 // declarator-id (conceptually), so the parser should not invoke this
758 llvm_unreachable("Could not have seen this kind of declarator chunk");
SemaDeclCXX.cpp 343 /// arguments in the declarator, which is not a function declaration
345 /// arguments. This routine should be invoked for every declarator
347 void Sema::CheckExtraCXXDefaultArguments(Declarator &D) {
354 // declarator or abstract-declarator of a parameter-declaration.
627 // parameter-declaration-clause of a lambda-declarator.
    [all...]
SemaTemplate.cpp 673 Decl *Sema::ActOnNonTypeTemplateParameter(Scope *S, Declarator &D,
    [all...]
SemaCast.cpp 214 SourceLocation LAngleBracketLoc, Declarator &D,
    [all...]
SemaDeclAttr.cpp 112 /// Return true if the given decl has a declarator that should have
    [all...]
SemaDeclObjC.cpp     [all...]
TreeTransform.h     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1209 milliseconds

12