HomeSort by relevance Sort by last modified time
    Searched refs:setForLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 186 void setForLoc(SourceLocation Loc) { ForLoc = Loc; }
StmtObjC.h 54 void setForLoc(SourceLocation Loc) { ForLoc = Loc; }
Stmt.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 244 S->setForLoc(ReadSourceLocation(Record, Idx));
    [all...]

Completed in 38 milliseconds