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

/external/clang/include/clang/AST/
H A DDeclBase.h366 DeclContext *getDeclContext() { function in class:clang::Decl
371 const DeclContext *getDeclContext() const { function in class:clang::Decl
372 return const_cast<Decl*>(this)->getDeclContext();
629 /// getDeclContext() (SemanticDC).
647 return getLexicalDeclContext() != getDeclContext();
992 return cast<Decl>(this)->getDeclContext();

Completed in 98 milliseconds