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

  /external/clang/lib/Frontend/
ASTConsumers.cpp 293 const DeclContext* LexicalDC = D->getLexicalDeclContext();
294 if (SemaDC != LexicalDC)
323 const DeclContext* LexicalDC = D->getLexicalDeclContext();
324 if (SemaDC != LexicalDC)
339 const DeclContext* LexicalDC = D->getLexicalDeclContext();
340 if (SemaDC != LexicalDC)
355 const DeclContext* LexicalDC = D->getLexicalDeclContext();
356 if (SemaDC != LexicalDC)
  /external/clang/lib/AST/
ASTImporter.cpp 82 DeclContext *&LexicalDC, DeclarationName &Name,
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 311 const DeclContext *LexicalDC) {
323 if (!LexicalDC)
324 LexicalDC = D->getLexicalDeclContext();
340 if (LexicalDC == D->getDeclContext()) {
351 getContainerInfo(LexicalDC, DInfo.LexicalContainer);
589 const DeclContext *LexicalDC) {
592 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC);
    [all...]
IndexingContext.h 425 const DeclContext *LexicalDC);
472 const DeclContext *LexicalDC = 0);
  /external/clang/include/clang/AST/
DeclBase.h 213 DeclContext *LexicalDC;
222 /// context where it was lexically declared (LexicalDC).
226 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
229 /// // LexicalDC == global namespace
628 /// lexically declared (LexicalDC). May be different from
633 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
636 /// // LexicalDC == global namespace
640 return getMultipleDC()->LexicalDC;
877 void setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 836 serialization::GlobalDeclID LexicalDC;
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 117 if (const DeclContext *LexicalDC
119 if (LexicalDC->isRecord())
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 347 DeclContext *LexicalDC = ReadDeclAs<DeclContext>(Record, Idx);
350 D->setDeclContextsImpl(SemaDC, LexicalDC, Reader.getContext());
    [all...]
ASTReader.cpp     [all...]

Completed in 162 milliseconds