HomeSort by relevance Sort by last modified time
    Searched defs:setAtLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
StmtObjC.h 363 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
ExprObjC.h 45 void setAtLoc(SourceLocation L) { AtLoc = L; }
364 void setAtLoc(SourceLocation L) { AtLoc = L; }
404 void setAtLoc(SourceLocation L) { AtLoc = L; }
447 void setAtLoc(SourceLocation L) { AtLoc = L; }
    [all...]
DeclObjC.h     [all...]

Completed in 581 milliseconds