Searched refs:AddSourceLocation (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record); in AddTemplateKWAndArgsInfo() 55 Writer.AddSourceLocation(Args.LAngleLoc, Record); in AddTemplateKWAndArgsInfo() 56 Writer.AddSourceLocation(Args.RAngleLoc, Record); in AddTemplateKWAndArgsInfo() 66 Writer.AddSourceLocation(S->getSemiLoc(), Record); in VisitNullStmt() 76 Writer.AddSourceLocation(S->getLBracLoc(), Record); in VisitCompoundStmt() 77 Writer.AddSourceLocation(S->getRBracLoc(), Record); in VisitCompoundStmt() 84 Writer.AddSourceLocation(S->getKeywordLoc(), Record); in VisitSwitchCase() 85 Writer.AddSourceLocation(S->getColonLoc(), Record); in VisitSwitchCase() 93 Writer.AddSourceLocation(S->getEllipsisLoc(), Record); in VisitCaseStmt() 107 Writer.AddSourceLocation(S->getIdentLoc(), Record); in VisitLabelStmt() [all …]
|
D | ASTWriterDecl.cpp | 268 Writer.AddSourceLocation(D->getLocStart(), Record); in VisitTypeDecl() 312 Writer.AddSourceLocation(D->getRBraceLoc(), Record); in VisitTagDecl() 343 Writer.AddSourceLocation(MemberInfo->getPointOfInstantiation(), Record); in VisitEnumDecl() 414 Writer.AddSourceLocation(D->getInnerLocStart(), Record); in VisitDeclaratorDecl() 445 Writer.AddSourceLocation(D->getLocEnd(), Record); in VisitFunctionDecl() 458 Writer.AddSourceLocation(MemberInfo->getPointOfInstantiation(), Record); in VisitFunctionDecl() 478 Writer.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->LAngleLoc, in VisitFunctionDecl() 480 Writer.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->RAngleLoc, in VisitFunctionDecl() 484 Writer.AddSourceLocation(FTSInfo->getPointOfInstantiation(), Record); in VisitFunctionDecl() 506 Writer.AddSourceLocation(DFTSInfo->getLAngleLoc(), Record); in VisitFunctionDecl() [all …]
|
D | ASTWriter.cpp | 169 Writer.AddSourceLocation(T->getLBracketLoc(), Record); in VisitVariableArrayType() 170 Writer.AddSourceLocation(T->getRBracketLoc(), Record); in VisitVariableArrayType() 467 Writer.AddSourceLocation(TL.getBuiltinLoc(), Record); in VisitBuiltinTypeLoc() 476 Writer.AddSourceLocation(TL.getNameLoc(), Record); in VisitComplexTypeLoc() 479 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitPointerTypeLoc() 488 Writer.AddSourceLocation(TL.getCaretLoc(), Record); in VisitBlockPointerTypeLoc() 491 Writer.AddSourceLocation(TL.getAmpLoc(), Record); in VisitLValueReferenceTypeLoc() 494 Writer.AddSourceLocation(TL.getAmpAmpLoc(), Record); in VisitRValueReferenceTypeLoc() 497 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitMemberPointerTypeLoc() 501 Writer.AddSourceLocation(TL.getLBracketLoc(), Record); in VisitArrayTypeLoc() [all …]
|
/external/clang/test/SemaTemplate/ |
D | derived.cpp | 26 void AddSourceLocation(A<long> &R); // expected-note{{passing argument to parameter 'R' here}} 28 AddSourceLocation(Record); // expected-error{{non-const lvalue reference to type}} in AddTemplateKWAndArgsInfo()
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 586 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
|