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

/external/clang/include/clang/AST/
H A DDeclBase.h1002 /// getLexicalParent - Returns the containing lexical DeclContext. May be
1009 /// // getLexicalParent() == translation unit
1011 DeclContext *getLexicalParent() { function in class:clang::DeclContext
1014 const DeclContext *getLexicalParent() const { function in class:clang::DeclContext
1015 return const_cast<DeclContext*>(this)->getLexicalParent();

Completed in 67 milliseconds