Home
last modified time | relevance | path

Searched refs:setAtLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprObjC.h70 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
424 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
473 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
527 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
DStmtObjC.h389 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
DDeclObjC.h794 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2803 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1415 E->setAtLoc(readSourceLocation()); in VisitObjCStringLiteral()
1462 E->setAtLoc(readSourceLocation()); in VisitObjCEncodeExpr()
1469 E->setAtLoc(readSourceLocation()); in VisitObjCSelectorExpr()
1476 E->setAtLoc(readSourceLocation()); in VisitObjCProtocolExpr()
1597 S->setAtLoc(readSourceLocation()); in VisitObjCAutoreleasePoolStmt()
DASTReaderDecl.cpp1293 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1339 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyImplDecl()