Searched defs:SuperLoc (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 136 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr() 219 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create()
|
D | NestedNameSpecifier.cpp | 594 SourceLocation SuperLoc, in MakeSuper()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1763 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() 2138 SourceLocation SuperLoc, in ActOnSuperMessage() 2319 SourceLocation SuperLoc, in BuildClassMessage() 2522 SourceLocation SuperLoc, in BuildInstanceMessage()
|
D | SemaExceptionSpec.cpp | 585 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset()
|
D | SemaCXXScopeSpec.cpp | 253 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc, in ActOnSuperScopeSpecifier()
|
D | DeclSpec.cpp | 108 SourceLocation SuperLoc, in MakeSuper()
|
D | SemaDeclObjC.cpp | 472 SourceLocation SuperLoc, in ActOnSuperClassOfClassInterface() 904 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface() 1033 SourceLocation SuperLoc) { in ActOnTypedefedProtocols()
|
D | SemaCodeComplete.cpp | 5468 void Sema::CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc, in CodeCompleteObjCSuperMessage()
|
D | TreeTransform.h | 2814 ExprResult RebuildObjCMessageExpr(SourceLocation SuperLoc, in RebuildObjCMessageExpr()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 186 SourceLocation SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart()
|
D | ParseExprCXX.cpp | 247 SourceLocation SuperLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
|
D | ParseObjc.cpp | 3099 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody()
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1092 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr() local
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2222 SourceLocation SuperLoc; variable
|