Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h68 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
403 void setAtLoc(SourceLocation L) { AtLoc = L; }
447 void setAtLoc(SourceLocation L) { AtLoc = L; }
496 void setAtLoc(SourceLocation L) { AtLoc = L; }
H A DStmtObjC.h366 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
H A DDeclObjC.h822 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2816 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1075 E->setAtLoc(ReadSourceLocation()); in VisitObjCStringLiteral()
1122 E->setAtLoc(ReadSourceLocation()); in VisitObjCEncodeExpr()
1129 E->setAtLoc(ReadSourceLocation()); in VisitObjCSelectorExpr()
1136 E->setAtLoc(ReadSourceLocation()); in VisitObjCProtocolExpr()
1257 S->setAtLoc(ReadSourceLocation()); in VisitObjCAutoreleasePoolStmt()
H A DASTReaderDecl.cpp1251 D->setAtLoc(ReadSourceLocation()); in VisitObjCPropertyDecl()
1298 D->setAtLoc(ReadSourceLocation()); in VisitObjCPropertyImplDecl()