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

/external/clang/include/clang/AST/
H A DDeclBase.h394 DeclContext *getDeclContext() { function
399 const DeclContext *getDeclContext() const { function
400 return const_cast<Decl*>(this)->getDeclContext();
709 /// getDeclContext() (SemanticDC).
1215 return cast<Decl>(this)->getDeclContext();

Completed in 334 milliseconds