Searched defs:SuperLoc (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1562 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() 1924 SourceLocation SuperLoc, in ActOnSuperMessage() 2067 SourceLocation SuperLoc, in BuildClassMessage() 2244 SourceLocation SuperLoc, in BuildInstanceMessage()
|
D | SemaExceptionSpec.cpp | 539 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset()
|
D | SemaDeclObjC.cpp | 458 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface() 611 SourceLocation SuperLoc) { in ActOnTypedefedProtocols()
|
D | SemaCodeComplete.cpp | 5245 void Sema::CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc, in CodeCompleteObjCSuperMessage()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 184 SourceLocation SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart()
|
D | ParseObjc.cpp | 2447 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody()
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3368 SourceLocation SuperLoc, in ObjCMessageExpr() 3470 SourceLocation SuperLoc, in Create()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1051 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr() local
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1989 SourceLocation SuperLoc; variable
|