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
373 void setAtLoc(SourceLocation L) { AtLoc = L; }
413 void setAtLoc(SourceLocation L) { AtLoc = L; }
456 void setAtLoc(SourceLocation L) { AtLoc = L; }
DStmtObjC.h364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
DDeclObjC.h2257 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2426 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp920 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCStringLiteral()
965 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCEncodeExpr()
972 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCSelectorExpr()
979 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolExpr()
1102 S->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCAutoreleasePoolStmt()
DASTReaderDecl.cpp964 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
1009 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyImplDecl()