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 35 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
36 return Reader.ReadSourceLocation(F, R, I);
101 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
103 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
104 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
117 S->setSemiLoc(ReadSourceLocation(Record, Idx));
128 S->setLBracLoc(ReadSourceLocation(Record, Idx));
129 S->setRBracLoc(ReadSourceLocation(Record, Idx));
142 S->setCaseLoc(ReadSourceLocation(Record, Idx));
143 S->setEllipsisLoc(ReadSourceLocation(Record, Idx))
    [all...]
ASTReaderDecl.cpp 53 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
54 return Reader.ReadSourceLocation(F, R, I);
353 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
404 TD->setLocStart(ReadSourceLocation(Record, Idx));
434 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
461 SourceLocation POI = ReadSourceLocation(Record, Idx);
488 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
521 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
534 SourceLocation POI = ReadSourceLocation(Record, Idx);
559 LAngleLoc = ReadSourceLocation(Record, Idx)
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 434 milliseconds