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

  /external/clang/lib/Frontend/
ASTConsumers.cpp 291 const DeclContext* LexicalDC = D->getLexicalDeclContext();
292 if (SemaDC != LexicalDC)
321 const DeclContext* LexicalDC = D->getLexicalDeclContext();
322 if (SemaDC != LexicalDC)
337 const DeclContext* LexicalDC = D->getLexicalDeclContext();
338 if (SemaDC != LexicalDC)
353 const DeclContext* LexicalDC = D->getLexicalDeclContext();
354 if (SemaDC != LexicalDC)
  /external/clang/lib/AST/
ASTImporter.cpp 83 DeclContext *&LexicalDC, DeclarationName &Name,
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 253 const DeclContext *LexicalDC) {
265 if (!LexicalDC)
266 LexicalDC = D->getLexicalDeclContext();
282 if (LexicalDC == D->getDeclContext()) {
293 getContainerInfo(LexicalDC, DInfo.LexicalContainer);
511 const DeclContext *LexicalDC) {
514 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC);
    [all...]
IndexingContext.h 430 const DeclContext *LexicalDC);
477 const DeclContext *LexicalDC = 0);
  /external/clang/include/clang/AST/
DeclBase.h 211 DeclContext *LexicalDC;
220 /// context where it was lexically declared (LexicalDC).
224 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
227 /// // LexicalDC == global namespace
620 /// lexically declared (LexicalDC). May be different from
625 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
628 /// // LexicalDC == global namespace
632 return getMultipleDC()->LexicalDC;
869 void setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 116 if (const DeclContext *LexicalDC
118 if (LexicalDC->isRecord())
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 331 DeclContext *LexicalDC = cast<DeclContext>(
333 D->setDeclContextsImpl(SemaDC, LexicalDC, Reader.getContext());
348 DeclContext *LexicalDC = ReadDeclAs<DeclContext>(Record, Idx);
351 D->setDeclContextsImpl(SemaDC, LexicalDC, Reader.getContext());
    [all...]

Completed in 96 milliseconds