Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProperties.cpp79 SourceLocation Loc = Prop->getAtLoc(); in collectProperties()
116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()
H A DTransGCAttrs.cpp306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h69 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
157 SourceLocation getAtLoc() const { return Range.getBegin(); } in getAtLoc() function
423 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
471 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
525 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DStmtObjC.h388 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
H A DDeclObjC.h793 SourceLocation getAtLoc() const { return AtLoc; } in getAtLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1274 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCStringLiteral()
1321 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCEncodeExpr()
1329 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCSelectorExpr()
1337 Record.AddSourceLocation(E->getAtLoc()); in VisitObjCProtocolExpr()
1466 Record.AddSourceLocation(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()
H A DASTWriterDecl.cpp855 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp542 AS->getAtLoc())); in BuildScopeInformation()
H A DSemaExprObjC.cpp3406 SourceLocation Loc = OSE->getAtLoc(); in RemoveSelectorFromWarningCache()
H A DTreeTransform.h8053 S->getAtLoc(), Body.get()); in TransformObjCAutoreleasePoolStmt()
13715 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(), in TransformObjCEncodeExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1123 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
1927 SourceLocation startLoc = S->getAtLoc(); in RewriteObjCAutoreleasePoolStmt()
H A DRewriteObjC.cpp964 SourceLocation Loc = prop->getAtLoc(); in RewriteProperty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5133 auto ToAtLoc = importChecked(Err, D->getAtLoc()); in VisitObjCPropertyDecl()
6510 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc()); in VisitObjCAutoreleasePoolStmt()