Home
last modified time | relevance | path

Searched refs:ReadSourceLocation (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp41 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation() function in clang::ASTStmtReader
42 return Reader.ReadSourceLocation(F, R, I); in ReadSourceLocation()
111 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx); in ReadTemplateKWAndArgsInfo()
113 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx)); in ReadTemplateKWAndArgsInfo()
114 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx)); in ReadTemplateKWAndArgsInfo()
127 S->setSemiLoc(ReadSourceLocation(Record, Idx)); in VisitNullStmt()
138 S->setLBracLoc(ReadSourceLocation(Record, Idx)); in VisitCompoundStmt()
139 S->setRBracLoc(ReadSourceLocation(Record, Idx)); in VisitCompoundStmt()
145 S->setKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()
146 S->setColonLoc(ReadSourceLocation(Record, Idx)); in VisitSwitchCase()
[all …]
DASTReaderDecl.cpp51 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation() function in clang::ASTDeclReader
52 return Reader.ReadSourceLocation(F, R, I); in ReadSourceLocation()
379 D->setLocation(Reader.ReadSourceLocation(F, RawLocation)); in VisitDecl()
430 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
465 TD->setRBraceLoc(ReadSourceLocation(Record, Idx)); in VisitTagDecl()
506 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitEnumDecl()
537 DD->setInnerLocStart(ReadSourceLocation(Record, Idx)); in VisitDeclaratorDecl()
572 FD->EndRangeLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
585 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
610 LAngleLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
[all …]
DASTReader.cpp960 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1010 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1032 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1034 ReadSourceLocation(*F, Record[2]), in ReadSLocEntry()
1035 ReadSourceLocation(*F, Record[3]), in ReadSLocEntry()
1110 Tok.setLocation(ReadSourceLocation(F, Record, Idx)); in ReadToken()
1168 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord()
1170 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord()
1555 SourceLocation Loc = ReadSourceLocation(M, Record, Idx); in installPCHMacroDirectives()
2300 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h1781 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { in ReadSourceLocation() function
1790 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, in ReadSourceLocation() function
1793 return ReadSourceLocation(ModuleFile, Record[Idx++]); in ReadSourceLocation()