Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp1562 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr()
1924 SourceLocation SuperLoc, in ActOnSuperMessage()
2067 SourceLocation SuperLoc, in BuildClassMessage()
2244 SourceLocation SuperLoc, in BuildInstanceMessage()
DSemaExceptionSpec.cpp539 const FunctionProtoType *Superset, SourceLocation SuperLoc, in CheckExceptionSpecSubset()
DSemaDeclObjC.cpp458 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface()
611 SourceLocation SuperLoc) { in ActOnTypedefedProtocols()
DSemaCodeComplete.cpp5245 void Sema::CodeCompleteObjCSuperMessage(Scope *S, SourceLocation SuperLoc, in CodeCompleteObjCSuperMessage()
/external/clang/lib/Parse/
DParseExpr.cpp184 SourceLocation SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart()
DParseObjc.cpp2447 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody()
/external/clang/tools/libclang/
DIndexingContext.cpp450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface() local
/external/clang/lib/AST/
DExpr.cpp3368 SourceLocation SuperLoc, in ObjCMessageExpr()
3470 SourceLocation SuperLoc, in Create()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1051 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCMessageExpr() local
/external/clang/include/clang/AST/
DDeclObjC.h1989 SourceLocation SuperLoc; variable