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));
135 S->setKeywordLoc(ReadSourceLocation(Record, Idx));
136 S->setColonLoc(ReadSourceLocation(Record, Idx))
    [all...]
ASTReader.cpp 930 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
    [all...]
ASTReaderDecl.cpp 51 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
52 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);
488 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
524 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
537 SourceLocation POI = ReadSourceLocation(Record, Idx);
562 LAngleLoc = ReadSourceLocation(Record, Idx)
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 22 milliseconds