OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddSourceLocation
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
53
Writer.
AddSourceLocation
(Args.getTemplateKeywordLoc(), Record);
54
Writer.
AddSourceLocation
(Args.LAngleLoc, Record);
55
Writer.
AddSourceLocation
(Args.RAngleLoc, Record);
65
Writer.
AddSourceLocation
(S->getSemiLoc(), Record);
76
Writer.
AddSourceLocation
(S->getLBracLoc(), Record);
77
Writer.
AddSourceLocation
(S->getRBracLoc(), Record);
84
Writer.
AddSourceLocation
(S->getKeywordLoc(), Record);
85
Writer.
AddSourceLocation
(S->getColonLoc(), Record);
93
Writer.
AddSourceLocation
(S->getEllipsisLoc(), Record);
107
Writer.
AddSourceLocation
(S->getIdentLoc(), Record)
[
all
...]
ASTWriterDecl.cpp
184
Writer.
AddSourceLocation
(D->getLocStart(), Record);
228
Writer.
AddSourceLocation
(D->getRBraceLoc(), Record);
250
Writer.
AddSourceLocation
(MemberInfo->getPointOfInstantiation(), Record);
315
Writer.
AddSourceLocation
(D->getInnerLocStart(), Record);
346
Writer.
AddSourceLocation
(D->getLocEnd(), Record);
359
Writer.
AddSourceLocation
(MemberInfo->getPointOfInstantiation(), Record);
379
Writer.
AddSourceLocation
(FTSInfo->TemplateArgumentsAsWritten->LAngleLoc,
381
Writer.
AddSourceLocation
(FTSInfo->TemplateArgumentsAsWritten->RAngleLoc,
385
Writer.
AddSourceLocation
(FTSInfo->getPointOfInstantiation(), Record);
407
Writer.
AddSourceLocation
(DFTSInfo->getLAngleLoc(), Record)
[
all
...]
ASTWriter.cpp
157
Writer.
AddSourceLocation
(T->getLBracketLoc(), Record);
158
Writer.
AddSourceLocation
(T->getRBracketLoc(), Record);
441
Writer.
AddSourceLocation
(TL.getBuiltinLoc(), Record);
450
Writer.
AddSourceLocation
(TL.getNameLoc(), Record);
453
Writer.
AddSourceLocation
(TL.getStarLoc(), Record);
459
Writer.
AddSourceLocation
(TL.getCaretLoc(), Record);
462
Writer.
AddSourceLocation
(TL.getAmpLoc(), Record);
465
Writer.
AddSourceLocation
(TL.getAmpAmpLoc(), Record);
468
Writer.
AddSourceLocation
(TL.getStarLoc(), Record);
472
Writer.
AddSourceLocation
(TL.getLBracketLoc(), Record)
[
all
...]
/external/clang/test/SemaTemplate/
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}}
/external/clang/include/clang/Serialization/
ASTWriter.h
507
void
AddSourceLocation
(SourceLocation Loc, RecordDataImpl &Record);
Completed in 533 milliseconds