Searched defs:SuperLoc (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 108 SourceLocation SuperLoc, bool IsInstanceSuper, in ObjCMessageExpr() 176 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create()
|
H A D | NestedNameSpecifier.cpp | 622 SourceLocation SuperLoc, in MakeSuper()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 392 SourceLocation SuperLoc) { in handleReferencedProtocols() 410 SourceLocation SuperLoc = D->getSuperClassLoc(); in VisitObjCInterfaceDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 286 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc, in ActOnSuperScopeSpecifier()
|
H A D | SemaExprObjC.cpp | 1992 SourceLocation SuperLoc, QualType SuperType, bool Super) { in HandleExprPropertyRefExpr() 2392 ExprResult SemaObjC::ActOnSuperMessage(Scope *S, SourceLocation SuperLoc, in ActOnSuperMessage() 2620 SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, in BuildClassMessage() 2844 Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, in BuildInstanceMessage()
|
H A D | SemaExceptionSpec.cpp | 761 SourceLocation SuperLoc, const FunctionProtoType *Subset, in CheckExceptionSpecSubset()
|
H A D | DeclSpec.cpp | 115 SourceLocation SuperLoc, in MakeSuper()
|
H A D | SemaDeclObjC.cpp | 556 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnSuperClassOfClassInterface() 977 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface() 1118 SourceLocation SuperLoc) { in ActOnTypedefedProtocols()
|
H A D | SemaCodeComplete.cpp | 8096 Scope *S, SourceLocation SuperLoc, in CodeCompleteObjCSuperMessage()
|
H A D | TreeTransform.h | 3806 ExprResult RebuildObjCMessageExpr(SourceLocation SuperLoc, in RebuildObjCMessageExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 212 SourceLocation SuperLoc, in ParseAssignmentExprWithObjCMessageExprStart()
|
H A D | ParseObjc.cpp | 3220 SourceLocation SuperLoc, in ParseObjCMessageExpressionBody()
|
H A D | ParseExprCXX.cpp | 209 SourceLocation SuperLoc = ConsumeToken(); in ParseOptionalCXXScopeSpecifier() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 2597 SourceLocation SuperLoc; variable
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1574 SourceLocation SuperLoc = readSourceLocation(); in VisitObjCMessageExpr() local
|