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

/external/clang/include/clang/AST/
H A DStmtObjC.h363 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
364 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCEncodeExpr
404 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCSelectorExpr
447 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCProtocolExpr
H A DDeclObjC.h2241 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCPropertyDecl
2410 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } function in class:clang::ObjCPropertyImplDecl

Completed in 1233 milliseconds