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->LBraceLoc = ReadSourceLocation(Record, Idx);
139 S->RBraceLoc = ReadSourceLocation(Record, Idx);
145 S->setKeywordLoc(ReadSourceLocation(Record, Idx));
146 S->setColonLoc(ReadSourceLocation(Record, Idx))
    [all...]
ASTReaderDecl.cpp 55 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
56 return Reader.ReadSourceLocation(F, R, I);
496 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
552 TD->setLocStart(ReadSourceLocation(Record, Idx));
595 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
659 SourceLocation POI = ReadSourceLocation(Record, Idx);
690 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
725 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
739 SourceLocation POI = ReadSourceLocation(Record, Idx);
766 LAngleLoc = ReadSourceLocation(Record, Idx)
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 167 milliseconds