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

/external/clang/lib/AST/
H A DASTImporter.cpp81 bool ImportDeclParts(NamedDecl *D, DeclContext *&DC,
1816 bool ASTNodeImporter::ImportDeclParts(NamedDecl *D, DeclContext *&DC, function in class:ASTNodeImporter
2249 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc))
2317 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc))
2391 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc))
2476 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc))
2587 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc))
2643 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc))
2852 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc))
2908 if (ImportDeclParts(
[all...]

Completed in 131 milliseconds