Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprObjC.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; }
HDStmtObjC.h364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
HDDeclObjC.h2498 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2676 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp930 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCStringLiteral()
975 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCEncodeExpr()
982 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCSelectorExpr()
989 E->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolExpr()
1112 S->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCAutoreleasePoolStmt()
HDASTReaderDecl.cpp1082 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
1127 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyImplDecl()