Searched defs:SuperLoc (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 119 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr() 202 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create()
|
D | NestedNameSpecifier.cpp | 608 SourceLocation SuperLoc, in MakeSuper()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 591 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset()
|
D | SemaCXXScopeSpec.cpp | 278 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc, in ActOnSuperScopeSpecifier()
|
D | SemaExprObjC.cpp | 1760 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() 2153 SourceLocation SuperLoc, in ActOnSuperMessage() 2332 SourceLocation SuperLoc, in BuildClassMessage() 2534 SourceLocation SuperLoc, in BuildInstanceMessage()
|
D | DeclSpec.cpp | 108 SourceLocation SuperLoc, in MakeSuper()
|
D | SemaDeclObjC.cpp | 471 SourceLocation SuperLoc, in ActOnSuperClassOfClassInterface() 903 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface() 1032 SourceLocation SuperLoc) { in ActOnTypedefedProtocols()
|
D | SemaCodeComplete.cpp | 5488 void Sema::CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc, in CodeCompleteObjCSuperMessage()
|
D | TreeTransform.h | 2897 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 | 3157 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 673 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2465 SourceLocation SuperLoc; variable
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1099 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr() local
|