Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h69 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
H A DStmtObjC.h414 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
H A DDeclObjC.h790 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2851 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1406 E->setAtLoc(readSourceLocation()); in VisitObjCStringLiteral()
1453 E->setAtLoc(readSourceLocation()); in VisitObjCEncodeExpr()
1460 E->setAtLoc(readSourceLocation()); in VisitObjCSelectorExpr()
1467 E->setAtLoc(readSourceLocation()); in VisitObjCProtocolExpr()
1588 S->setAtLoc(readSourceLocation()); in VisitObjCAutoreleasePoolStmt()
H A DASTReaderDecl.cpp1434 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1480 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyImplDecl()