Searched defs:PropertyLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1035 RedeclarePropertyAccessor(ASTContext & Context,ObjCImplementationDecl * Impl,ObjCMethodDecl * AccessorDecl,SourceLocation AtLoc,SourceLocation PropertyLoc) RedeclarePropertyAccessor() argument 1063 ActOnPropertyImplDecl(Scope * S,SourceLocation AtLoc,SourceLocation PropertyLoc,bool Synthesize,IdentifierInfo * PropertyId,IdentifierInfo * PropertyIvar,SourceLocation PropertyIvarLoc,ObjCPropertyQueryKind QueryKind) ActOnPropertyImplDecl() argument [all...] |
H A D | TreeTransform.h | 3846 RebuildObjCPropertyRefExpr(Expr * BaseArg,ObjCPropertyDecl * Property,SourceLocation PropertyLoc) RebuildObjCPropertyRefExpr() argument 3866 RebuildObjCPropertyRefExpr(Expr * Base,QualType T,ObjCMethodDecl * Getter,ObjCMethodDecl * Setter,SourceLocation PropertyLoc) RebuildObjCPropertyRefExpr() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1245 SourceLocation PropertyLoc = ConsumeToken(); ParseCastExpression() local
|
H A D | ParseOpenMP.cpp | 1010 SourceLocation PropertyLoc = Tok.getLocation(); in parseOMPContextProperty() local
|