Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A 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; }
H A DStmtObjC.h363 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
H A DDeclObjC.h2254 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
2423 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A 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()
H A DASTReaderDecl.cpp947 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
991 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyImplDecl()