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

/external/clang/include/clang/AST/
H A DDeclBase.h214 DeclContext *SemanticDC; member in struct:clang::Decl::MultipleDC
223 /// with the context where it semantically belongs (SemanticDC) and the
228 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
230 /// void A::f(); // SemanticDC == namespace 'A'
380 return getMultipleDC()->SemanticDC;
648 /// getDeclContext() (SemanticDC).
652 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
654 /// void A::f(); // SemanticDC == namespace 'A'

Completed in 86 milliseconds