Searched defs:SuperLoc (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/AST/ |
D | NestedNameSpecifier.cpp | 592 SourceLocation SuperLoc, in MakeSuper()
|
D | Expr.cpp | 3462 SourceLocation SuperLoc, in ObjCMessageExpr() 3564 SourceLocation SuperLoc, in Create()
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 253 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc, in ActOnSuperScopeSpecifier()
|
D | SemaExceptionSpec.cpp | 560 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset()
|
D | SemaExprObjC.cpp | 1515 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() 1894 SourceLocation SuperLoc, in ActOnSuperMessage() 2076 SourceLocation SuperLoc, in BuildClassMessage() 2279 SourceLocation SuperLoc, in BuildInstanceMessage()
|
D | DeclSpec.cpp | 118 SourceLocation SuperLoc, in MakeSuper()
|
D | SemaDeclObjC.cpp | 454 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface() 608 SourceLocation SuperLoc) { in ActOnTypedefedProtocols()
|
D | SemaCodeComplete.cpp | 5390 void Sema::CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc, in CodeCompleteObjCSuperMessage()
|
D | TreeTransform.h | 2627 ExprResult RebuildObjCMessageExpr(SourceLocation SuperLoc, in RebuildObjCMessageExpr()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 184 SourceLocation SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart()
|
D | ParseObjc.cpp | 2409 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody()
|
D | ParseExprCXX.cpp | 247 SourceLocation SuperLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1052 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr() local
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1998 SourceLocation SuperLoc; variable
|