Home
last modified time | relevance | path

Searched refs:getAtLoc (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransProperties.cpp79 if (Prop->getAtLoc().isInvalid()) in collectProperties()
81 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); in collectProperties()
116 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding(); in doTransform()
HDTransGCAttrs.cpp307 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h66 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
155 SourceLocation getAtLoc() const { return Range.getBegin(); } in getAtLoc() function
423 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
470 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
523 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
HDStmtObjC.h388 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
HDDeclObjC.h834 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1176 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral()
1223 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr()
1231 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr()
1239 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1368 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
HDASTWriterDecl.cpp854 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDJumpDiagnostics.cpp521 AS->getAtLoc())); in BuildScopeInformation()
HDSemaExprObjC.cpp3254 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
HDTreeTransform.h7638 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
12760 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp1121 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1925 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
HDRewriteObjC.cpp962 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp4985 D->getType(), D->getTypeSourceInfo(), D->getAtLoc(), D->getLParenLoc())) in VisitObjCPropertyDecl()
6362 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()