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

/external/clang/include/clang/AST/
H A DDeclBase.h1092 /// getLexicalParent - Returns the containing lexical DeclContext. May be
1099 /// // getLexicalParent() == translation unit
1101 DeclContext *getLexicalParent() { function in class:clang::DeclContext
1104 const DeclContext *getLexicalParent() const { function in class:clang::DeclContext
1105 return const_cast<DeclContext*>(this)->getLexicalParent();

Completed in 270 milliseconds