OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadDeclarationNameLoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
90
void
ReadDeclarationNameLoc
(DeclarationNameLoc &DNLoc, DeclarationName Name,
92
Reader.
ReadDeclarationNameLoc
(F, DNLoc, Name, R, I);
703
ReadDeclarationNameLoc
(FD->DNLoc, FD->getDeclName(), Record, Idx);
[
all
...]
ASTReaderStmt.cpp
70
void
ReadDeclarationNameLoc
(DeclarationNameLoc &DNLoc, DeclarationName Name,
72
Reader.
ReadDeclarationNameLoc
(F, DNLoc, Name, R, I);
474
ReadDeclarationNameLoc
(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
[
all
...]
Completed in 2331 milliseconds