Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1292 bool DeclContext::isInlineNamespace() const { isInlineNamespace() function in DeclContext
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c1752 unsigned isInlineNamespace = clang_Cursor_isInlineNamespace(cursor); in PrintType() local