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

/external/clang/include/clang/AST/
H A DDeclBase.h707 /// getLexicalDeclContext - The declaration context where this Decl was
717 DeclContext *getLexicalDeclContext() { function
722 const DeclContext *getLexicalDeclContext() const { function
723 return const_cast<Decl*>(this)->getLexicalDeclContext();
1231 return cast<Decl>(this)->getLexicalDeclContext();

Completed in 140 milliseconds