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

/external/clang/include/clang/AST/
H A DDeclBase.h659 /// getLexicalDeclContext - The declaration context where this Decl was
669 DeclContext *getLexicalDeclContext() { function in class:clang::Decl
674 const DeclContext *getLexicalDeclContext() const { function in class:clang::Decl
675 return const_cast<Decl*>(this)->getLexicalDeclContext();
679 return getLexicalDeclContext() != getDeclContext();
1102 return cast<Decl>(this)->getLexicalDeclContext();

Completed in 294 milliseconds