OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToD
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
ASTMerge.cpp
69
Decl *
ToD
= Importer.Import(D);
71
if (
ToD
) {
72
DeclGroupRef DGR(
ToD
);
/external/clang/lib/AST/
ASTImporter.cpp
84
NamedDecl *&
ToD
, SourceLocation &Loc);
85
void ImportDefinitionIfNeeded(Decl *FromD, Decl *
ToD
= nullptr);
[
all
...]
Completed in 1521 milliseconds