Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h45 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
357 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
399 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
440 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
DStmtObjC.h369 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
DDeclObjC.h1787 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
1954 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp825 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCStringLiteral()
870 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCEncodeExpr()
877 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCSelectorExpr()
884 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolExpr()
1006 S->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCAutoreleasePoolStmt()
DASTReaderDecl.cpp815 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
856 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyImplDecl()