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
373 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCEncodeExpr
413 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCSelectorExpr
456 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCProtocolExpr
H A DDeclObjC.h2257 void setAtLoc(SourceLocation L) { AtLoc = L; } function in class:clang::ObjCPropertyDecl
2426 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } function in class:clang::ObjCPropertyImplDecl

Completed in 303 milliseconds