Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp80 if (Prop->getAtLoc().isInvalid()) in collectProperties()
82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); in collectProperties()
117 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding(); in doTransform()
H A DTransGCAttrs.cpp305 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h67 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
142 SourceLocation getAtLoc() const { return Range.getBegin(); } in getAtLoc() function
402 SourceLocation getAtLoc() const { return AtLoc; }
445 SourceLocation getAtLoc() const { return AtLoc; }
494 SourceLocation getAtLoc() const { return AtLoc; }
H A DStmtObjC.h365 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DDeclObjC.h821 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1022 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral()
1069 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr()
1077 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr()
1085 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1211 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
H A DASTWriterDecl.cpp810 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp507 AS->getAtLoc())); in BuildScopeInformation()
H A DSemaExprObjC.cpp3180 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
H A DTreeTransform.h7351 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
11950 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1124 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1923 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
H A DRewriteObjC.cpp961 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp4704 D->getType(), D->getTypeSourceInfo(), D->getAtLoc(), D->getLParenLoc())) in VisitObjCPropertyDecl()
6044 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()