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
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
414 void setAtLoc(SourceLocation L) { AtLoc = L; }
459 void setAtLoc(SourceLocation L) { AtLoc = L; }
DStmtObjC.h364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
DDeclObjC.h774 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2710 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp965 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCStringLiteral()
1012 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCEncodeExpr()
1019 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCSelectorExpr()
1026 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolExpr()
1149 S->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCAutoreleasePoolStmt()
DASTReaderDecl.cpp1117 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
1161 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyImplDecl()