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

/external/clang/include/clang/AST/
H A DDeclBase.h374 DeclContext *getDeclContext() { function in class:clang::Decl
379 const DeclContext *getDeclContext() const { function in class:clang::Decl
380 return const_cast<Decl*>(this)->getDeclContext();
661 /// getDeclContext() (SemanticDC).
679 return getLexicalDeclContext() != getDeclContext();
1086 return cast<Decl>(this)->getDeclContext();

Completed in 679 milliseconds