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

/external/clang/lib/AST/
H A DDeclBase.cpp894 if (getParent()->getRedeclContext()->isFileContext() &&
895 getLexicalParent()->getRedeclContext()->isRecord())
915 if (!getParent()->getRedeclContext()->isTranslationUnit())
1534 DeclContext *DeclContext::getRedeclContext() { function in class:DeclContext
/external/clang/include/clang/AST/
H A DDeclBase.h1357 /// getRedeclContext - Retrieve the context in which an entity conflicts with
1360 DeclContext *getRedeclContext();
1361 const DeclContext *getRedeclContext() const { function in class:clang::DeclContext
1362 return const_cast<DeclContext *>(this)->getRedeclContext();

Completed in 285 milliseconds