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

/external/clang/include/clang/AST/
H A DDeclBase.h665 /// getLexicalDeclContext - The declaration context where this Decl was
675 DeclContext *getLexicalDeclContext() { function in class:clang::Decl
680 const DeclContext *getLexicalDeclContext() const { function in class:clang::Decl
681 return const_cast<Decl*>(this)->getLexicalDeclContext();
1169 return cast<Decl>(this)->getLexicalDeclContext();

Completed in 133 milliseconds