Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h69 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
423 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
472 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
526 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
H A DStmtObjC.h415 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
H A DDeclObjC.h794 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2865 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1461 E->setAtLoc(readSourceLocation()); in VisitObjCStringLiteral()
1508 E->setAtLoc(readSourceLocation()); in VisitObjCEncodeExpr()
1515 E->setAtLoc(readSourceLocation()); in VisitObjCSelectorExpr()
1522 E->setAtLoc(readSourceLocation()); in VisitObjCProtocolExpr()
1643 S->setAtLoc(readSourceLocation()); in VisitObjCAutoreleasePoolStmt()
H A DASTReaderDecl.cpp1475 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1521 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyImplDecl()