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

/external/clang/include/clang/Serialization/
H A DASTReader.h1081 Decl *getKeyDeclaration(Decl *D) { function in class:clang::ASTReader
1091 const Decl *getKeyDeclaration(const Decl *D) { function in class:clang::ASTReader
1092 return getKeyDeclaration(const_cast<Decl*>(D));

Completed in 161 milliseconds