OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadDecl
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
76
Decl *
ReadDecl
(const RecordData &R, unsigned &I) {
77
return Reader.
ReadDecl
(F, R, I);
[
all
...]
ASTReaderStmt.cpp
61
Decl *
ReadDecl
(const RecordData &R, unsigned &I) {
62
return Reader.
ReadDecl
(F, R, I);
287
S->setDeclGroup(DeclGroupRef(
ReadDecl
(Record, Idx)));
292
Decls.push_back(
ReadDecl
(Record, Idx));
[
all
...]
/external/clang/include/clang/Serialization/
ASTReader.h
[
all
...]
Completed in 100 milliseconds