HomeSort by relevance Sort by last modified time
    Searched defs:LexicalDC (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Frontend/
ASTConsumers.cpp 219 const DeclContext* LexicalDC = D->getLexicalDeclContext();
220 if (SemaDC != LexicalDC)
249 const DeclContext* LexicalDC = D->getLexicalDeclContext();
250 if (SemaDC != LexicalDC)
265 const DeclContext* LexicalDC = D->getLexicalDeclContext();
266 if (SemaDC != LexicalDC)
281 const DeclContext* LexicalDC = D->getLexicalDeclContext();
282 if (SemaDC != LexicalDC)
  /external/clang/include/clang/AST/
DeclBase.h 193 DeclContext *LexicalDC;
202 /// context where it was lexically declared (LexicalDC).
206 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
209 /// // LexicalDC == global namespace
545 /// lexically declared (LexicalDC). May be different from
550 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
553 /// // LexicalDC == global namespace
557 return getMultipleDC()->LexicalDC;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 84 DeclContext *&LexicalDC, DeclarationName &Name,
    [all...]

Completed in 38 milliseconds