HomeSort by: relevance | last modified time | path
    Searched refs:SemanticDC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 251 DeclContext *SemanticDC;
259 /// with the context where it semantically belongs (SemanticDC) and the
264 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
266 /// void A::f(); // SemanticDC == namespace 'A'
442 return getMultipleDC()->SemanticDC;
835 /// getDeclContext() (SemanticDC).
839 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
841 /// void A::f(); // SemanticDC == namespace 'A'
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 361 MDC->SemanticDC = SemaDC;

Completed in 18 milliseconds