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

  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 33 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
34 return Reader.ReadSourceLocation(F, R, I);
97 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
98 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
111 S->setSemiLoc(ReadSourceLocation(Record, Idx));
122 S->setLBracLoc(ReadSourceLocation(Record, Idx));
123 S->setRBracLoc(ReadSourceLocation(Record, Idx));
136 S->setCaseLoc(ReadSourceLocation(Record, Idx));
137 S->setEllipsisLoc(ReadSourceLocation(Record, Idx));
138 S->setColonLoc(ReadSourceLocation(Record, Idx))
    [all...]
ASTReaderDecl.cpp 48 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
49 return Reader.ReadSourceLocation(F, R, I);
239 D->setLocation(ReadSourceLocation(Record, Idx));
265 TD->setLocStart(ReadSourceLocation(Record, Idx));
288 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
333 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
359 SourceLocation POI = ReadSourceLocation(Record, Idx);
384 LAngleLoc = ReadSourceLocation(Record, Idx);
385 RAngleLoc = ReadSourceLocation(Record, Idx);
388 SourceLocation POI = ReadSourceLocation(Record, Idx)
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 131 milliseconds