Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h69 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
425 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
474 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
528 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
H A DStmtObjC.h414 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
H A DDeclObjC.h793 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2864 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1435 E->setAtLoc(readSourceLocation()); in VisitObjCStringLiteral()
1482 E->setAtLoc(readSourceLocation()); in VisitObjCEncodeExpr()
1489 E->setAtLoc(readSourceLocation()); in VisitObjCSelectorExpr()
1496 E->setAtLoc(readSourceLocation()); in VisitObjCProtocolExpr()
1617 S->setAtLoc(readSourceLocation()); in VisitObjCAutoreleasePoolStmt()
H A DASTReaderDecl.cpp1476 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1522 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyImplDecl()