Searched defs:setAtLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtObjC.h364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } function in class:clang::ObjCAutoreleasePoolStmt
H A DExprObjC.h45 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCStringLiteral
377 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCEncodeExpr
419 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCSelectorExpr
464 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCProtocolExpr
H A DDeclObjC.h2488 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCPropertyDecl
2658 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } function in class:clang::ObjCPropertyImplDecl

Completed in 56 milliseconds