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 34 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
35 return Reader.ReadSourceLocation(F, R, I);
100 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
102 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
103 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
116 S->setSemiLoc(ReadSourceLocation(Record, Idx));
127 S->setLBracLoc(ReadSourceLocation(Record, Idx));
128 S->setRBracLoc(ReadSourceLocation(Record, Idx));
141 S->setCaseLoc(ReadSourceLocation(Record, Idx));
142 S->setEllipsisLoc(ReadSourceLocation(Record, Idx))
    [all...]
ASTReaderDecl.cpp 52 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
53 return Reader.ReadSourceLocation(F, R, I);
352 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
403 TD->setLocStart(ReadSourceLocation(Record, Idx));
433 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
460 SourceLocation POI = ReadSourceLocation(Record, Idx);
487 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
520 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
533 SourceLocation POI = ReadSourceLocation(Record, Idx);
558 LAngleLoc = ReadSourceLocation(Record, Idx)
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 90 milliseconds