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

/external/clang/include/clang/AST/
H A DDeclBase.h361 DeclContext *getDeclContext() { function in class:clang::Decl
366 const DeclContext *getDeclContext() const { function in class:clang::Decl
367 return const_cast<Decl*>(this)->getDeclContext();
621 /// getDeclContext() (SemanticDC).
639 return getLexicalDeclContext() != getDeclContext();
996 return cast<Decl>(this)->getDeclContext();

Completed in 56 milliseconds