Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1117 bool DeclContext::isInlineNamespace() const { in isInlineNamespace() function in DeclContext
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1699 unsigned isInlineNamespace = clang_Cursor_isInlineNamespace(cursor); in PrintType() local