Home
last modified time | relevance | path

Searched defs:SuperLoc (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/AST/
DExprObjC.cpp136 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr()
219 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create()
DNestedNameSpecifier.cpp594 SourceLocation SuperLoc, in MakeSuper()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1763 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr()
2138 SourceLocation SuperLoc, in ActOnSuperMessage()
2319 SourceLocation SuperLoc, in BuildClassMessage()
2522 SourceLocation SuperLoc, in BuildInstanceMessage()
DSemaExceptionSpec.cpp585 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset()
DSemaCXXScopeSpec.cpp253 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc, in ActOnSuperScopeSpecifier()
DDeclSpec.cpp108 SourceLocation SuperLoc, in MakeSuper()
DSemaDeclObjC.cpp472 SourceLocation SuperLoc, in ActOnSuperClassOfClassInterface()
904 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface()
1033 SourceLocation SuperLoc) { in ActOnTypedefedProtocols()
DSemaCodeComplete.cpp5468 void Sema::CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc, in CodeCompleteObjCSuperMessage()
DTreeTransform.h2814 ExprResult RebuildObjCMessageExpr(SourceLocation SuperLoc, in RebuildObjCMessageExpr()
/external/clang/lib/Parse/
DParseExpr.cpp186 SourceLocation SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart()
DParseExprCXX.cpp247 SourceLocation SuperLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
DParseObjc.cpp3099 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody()
/external/clang/tools/libclang/
DIndexingContext.cpp450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1092 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr() local
/external/clang/include/clang/AST/
DDeclObjC.h2222 SourceLocation SuperLoc; variable