OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RecordDataImpl
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp
48
typedef SmallVectorImpl<uint64_t>
RecordDataImpl
;
161
PresumedLoc PLoc,
RecordDataImpl
&Record,
165
void AddLocToRecord(SourceLocation Loc,
RecordDataImpl
&Record,
173
void AddCharSourceRangeToRecord(CharSourceRange R,
RecordDataImpl
&Record,
252
RecordDataImpl
&Record) {
272
RecordDataImpl
&Record){
285
RecordDataImpl
&Record,
303
RecordDataImpl
&Record,
/external/clang/include/clang/Serialization/
ASTWriter.h
82
typedef SmallVectorImpl<uint64_t>
RecordDataImpl
;
450
void WriteAttributes(ArrayRef<const Attr*> Attrs,
RecordDataImpl
&Record);
504
void AddToken(const Token &Tok,
RecordDataImpl
&Record);
507
void AddSourceLocation(SourceLocation Loc,
RecordDataImpl
&Record);
510
void AddSourceRange(SourceRange Range,
RecordDataImpl
&Record);
513
void AddAPInt(const llvm::APInt &Value,
RecordDataImpl
&Record);
516
void AddAPSInt(const llvm::APSInt &Value,
RecordDataImpl
&Record);
519
void AddAPFloat(const llvm::APFloat &Value,
RecordDataImpl
&Record);
522
void AddIdentifierRef(const IdentifierInfo *II,
RecordDataImpl
&Record);
525
void AddSelectorRef(Selector,
RecordDataImpl
&Record)
[
all
...]
Completed in 33 milliseconds