Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h69 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
425 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
474 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
528 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc() function
H A DStmtObjC.h415 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
414 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } setAtLoc() function
H A DDeclObjC.h796 void setAtLoc(SourceLocation L) { AtLoc = L; } in setLParenLoc()
2865 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
793 void setAtLoc(SourceLocation L) { AtLoc = L; } setAtLoc() function
2864 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } setAtLoc() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1442 E->setAtLoc(readSourceLocation()); in VisitObjCBoxedExpr()
1489 E->setAtLoc(readSourceLocation()); in VisitObjCSelectorExpr()
1496 E->setAtLoc(readSourceLocation()); in VisitObjCProtocolExpr()
1503 E->setAtLoc(readSourceLocation()); in VisitObjCIvarRefExpr()
1624 S->setAtLoc(readSourceLocation()); in VisitObjCAtTryStmt()
H A DASTReaderDecl.cpp1468 D->setAtLoc(readSourceLocation());
1514 D->setAtLoc(readSourceLocation()); in VisitObjCImplementationDecl()