Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1022 template <class T> static Decl *getNonClosureContext(T *D) { in getNonClosureContext() function
1041 Decl *Decl::getNonClosureContext() { in getNonClosureContext() function in Decl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h454 const Decl *getNonClosureContext() const { in getNonClosureContext() function