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 221 const DeclContext* LexicalDC = D->getLexicalDeclContext();
222 if (SemaDC != LexicalDC)
251 const DeclContext* LexicalDC = D->getLexicalDeclContext();
252 if (SemaDC != LexicalDC)
267 const DeclContext* LexicalDC = D->getLexicalDeclContext();
268 if (SemaDC != LexicalDC)
283 const DeclContext* LexicalDC = D->getLexicalDeclContext();
284 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 210 DeclContext *LexicalDC;
219 /// context where it was lexically declared (LexicalDC).
223 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
226 /// // LexicalDC == global namespace
619 /// lexically declared (LexicalDC). May be different from
624 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
627 /// // LexicalDC == global namespace
631 return getMultipleDC()->LexicalDC;
865 void setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 119 if (const DeclContext *LexicalDC
121 if (LexicalDC->isRecord())
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 330 DeclContext *LexicalDC = cast<DeclContext>(
332 D->setDeclContextsImpl(SemaDC, LexicalDC, Reader.getContext());
347 DeclContext *LexicalDC = ReadDeclAs<DeclContext>(Record, Idx);
350 D->setDeclContextsImpl(SemaDC, LexicalDC, Reader.getContext());
    [all...]

Completed in 100 milliseconds