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 41 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
42 return Reader.ReadSourceLocation(F, R, I);
111 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
113 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
114 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
127 S->setSemiLoc(ReadSourceLocation(Record, Idx));
138 S->setLBracLoc(ReadSourceLocation(Record, Idx));
139 S->setRBracLoc(ReadSourceLocation(Record, Idx));
145 S->setKeywordLoc(ReadSourceLocation(Record, Idx));
146 S->setColonLoc(ReadSourceLocation(Record, Idx))
    [all...]
ASTReaderDecl.cpp 51 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
52 return Reader.ReadSourceLocation(F, R, I);
402 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
453 TD->setLocStart(ReadSourceLocation(Record, Idx));
488 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
530 SourceLocation POI = ReadSourceLocation(Record, Idx);
561 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
596 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
610 SourceLocation POI = ReadSourceLocation(Record, Idx);
636 LAngleLoc = ReadSourceLocation(Record, Idx)
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 146 milliseconds