Searched defs:ImportDeclParts (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp83 bool ImportDeclParts(NamedDecl *D, DeclContext *&DC,
1998 bool ASTNodeImporter::ImportDeclParts(NamedDecl *D, DeclContext *&DC, function in class:ASTNodeImporter
2463 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
2534 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
2611 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
2644 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
2732 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
2885 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
2944 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
3178 if (ImportDeclParts(
[all...]

Completed in 58 milliseconds