Home
last modified time | relevance | path

Searched refs:AddSourceLocation (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp64 Record.AddSourceLocation(ArgInfo.TemplateKWLoc); in AddTemplateKWAndArgsInfo()
65 Record.AddSourceLocation(ArgInfo.LAngleLoc); in AddTemplateKWAndArgsInfo()
66 Record.AddSourceLocation(ArgInfo.RAngleLoc); in AddTemplateKWAndArgsInfo()
76 Record.AddSourceLocation(S->getSemiLoc()); in VisitNullStmt()
86 Record.AddSourceLocation(S->getLBracLoc()); in VisitCompoundStmt()
87 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt()
94 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase()
95 Record.AddSourceLocation(S->getColonLoc()); in VisitSwitchCase()
105 Record.AddSourceLocation(S->getEllipsisLoc()); in VisitCaseStmt()
121 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt()
[all …]
H A DASTWriter.cpp199 Record.AddSourceLocation(TL.getBuiltinLoc()); in VisitBuiltinTypeLoc()
209 Record.AddSourceLocation(TL.getNameLoc()); in VisitComplexTypeLoc()
213 Record.AddSourceLocation(TL.getStarLoc()); in VisitPointerTypeLoc()
225 Record.AddSourceLocation(TL.getCaretLoc()); in VisitBlockPointerTypeLoc()
229 Record.AddSourceLocation(TL.getAmpLoc()); in VisitLValueReferenceTypeLoc()
233 Record.AddSourceLocation(TL.getAmpAmpLoc()); in VisitRValueReferenceTypeLoc()
237 Record.AddSourceLocation(TL.getStarLoc()); in VisitMemberPointerTypeLoc()
242 Record.AddSourceLocation(TL.getLBracketLoc()); in VisitArrayTypeLoc()
243 Record.AddSourceLocation(TL.getRBracketLoc()); in VisitArrayTypeLoc()
268 Record.AddSourceLocation(TL.getAttrNameLoc()); in VisitDependentAddressSpaceTypeLoc()
[all …]
H A DASTWriterDecl.cpp170 Record.AddSourceLocation(typeParams->getLAngleLoc()); in AddObjCTypeParamList()
171 Record.AddSourceLocation(typeParams->getRAngleLoc()); in AddObjCTypeParamList()
339 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaCommentDecl()
351 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaDetectMismatchDecl()
371 Record.AddSourceLocation(D->getBeginLoc()); in VisitTypeDecl()
447 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitEnumDecl()
526 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl()
565 Record.AddSourceLocation(D->getEndLoc()); in VisitFunctionDecl()
592 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitFunctionDecl()
615 Record.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->LAngleLoc); in VisitFunctionDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h131 void AddSourceLocation(SourceLocation Loc) { in AddSourceLocation() function
132 return Writer->AddSourceLocation(Loc, *Record); in AddSourceLocation()
135 AddSourceLocation(Loc); in writeSourceLocation()
H A DASTWriter.h596 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);