HomeSort by: relevance | last modified time | path
    Searched defs:setAtLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 389 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
ExprObjC.h 70 void setAtLoc(SourceLocation L) { AtLoc = L; }
424 void setAtLoc(SourceLocation L) { AtLoc = L; }
473 void setAtLoc(SourceLocation L) { AtLoc = L; }
527 void setAtLoc(SourceLocation L) { AtLoc = L; }
DeclObjC.h 794 void setAtLoc(SourceLocation L) { AtLoc = L; }
2803 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }

Completed in 33 milliseconds