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

/external/clang/include/clang/AST/
H A DDeclBase.h619 /// getLexicalDeclContext - The declaration context where this Decl was
629 DeclContext *getLexicalDeclContext() { function in class:clang::Decl
634 const DeclContext *getLexicalDeclContext() const { function in class:clang::Decl
635 return const_cast<Decl*>(this)->getLexicalDeclContext();
639 return getLexicalDeclContext() != getDeclContext();
1012 return cast<Decl>(this)->getLexicalDeclContext();

Completed in 37 milliseconds