Searched refs:SemanticDC (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h207 DeclContext *SemanticDC; member in struct:clang::Decl::MultipleDC
216 /// with the context where it semantically belongs (SemanticDC) and the
221 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
223 /// void A::f(); // SemanticDC == namespace 'A'
377 return getMultipleDC()->SemanticDC;
661 /// getDeclContext() (SemanticDC).
665 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
667 /// void A::f(); // SemanticDC == namespace 'A'

Completed in 55 milliseconds