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

/external/clang/include/clang/AST/
H A DDeclBase.h627 /// getLexicalDeclContext - The declaration context where this Decl was
637 DeclContext *getLexicalDeclContext() { function in class:clang::Decl
642 const DeclContext *getLexicalDeclContext() const { function in class:clang::Decl
643 return const_cast<Decl*>(this)->getLexicalDeclContext();
647 return getLexicalDeclContext() != getDeclContext();
1008 return cast<Decl>(this)->getLexicalDeclContext();

Completed in 65 milliseconds