Home
last modified time | relevance | path

Searched defs:getNonClosureContext (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp735 template <class T> static Decl *getNonClosureContext(T *D) { in getNonClosureContext() function
755 Decl *Decl::getNonClosureContext() { in getNonClosureContext() function in Decl
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h390 const Decl *getNonClosureContext() const { in getNonClosureContext() function