Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp592 SourceLocation SuperLoc, in MakeSuper()
DExpr.cpp3462 SourceLocation SuperLoc, in ObjCMessageExpr()
3564 SourceLocation SuperLoc, in Create()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp253 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc, in ActOnSuperScopeSpecifier()
DSemaExceptionSpec.cpp560 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset()
DSemaExprObjC.cpp1515 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr()
1894 SourceLocation SuperLoc, in ActOnSuperMessage()
2076 SourceLocation SuperLoc, in BuildClassMessage()
2279 SourceLocation SuperLoc, in BuildInstanceMessage()
DDeclSpec.cpp118 SourceLocation SuperLoc, in MakeSuper()
DSemaDeclObjC.cpp454 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface()
608 SourceLocation SuperLoc) { in ActOnTypedefedProtocols()
DSemaCodeComplete.cpp5390 void Sema::CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc, in CodeCompleteObjCSuperMessage()
DTreeTransform.h2627 ExprResult RebuildObjCMessageExpr(SourceLocation SuperLoc, in RebuildObjCMessageExpr()
/external/clang/lib/Parse/
DParseExpr.cpp184 SourceLocation SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart()
DParseObjc.cpp2409 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody()
DParseExprCXX.cpp247 SourceLocation SuperLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
/external/clang/tools/libclang/
DIndexingContext.cpp450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1052 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr() local
/external/clang/include/clang/AST/
DDeclObjC.h1998 SourceLocation SuperLoc; variable