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

  /external/clang/lib/AST/
ASTImporter.cpp 83 DeclContext *&LexicalDC, DeclarationName &Name,
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 305 const DeclContext* LexicalDC = D->getLexicalDeclContext();
306 if (SemaDC != LexicalDC)
335 const DeclContext* LexicalDC = D->getLexicalDeclContext();
336 if (SemaDC != LexicalDC)
351 const DeclContext* LexicalDC = D->getLexicalDeclContext();
352 if (SemaDC != LexicalDC)
367 const DeclContext* LexicalDC = D->getLexicalDeclContext();
368 if (SemaDC != LexicalDC)
  /external/clang/tools/libclang/
IndexingContext.cpp 312 const DeclContext *LexicalDC) {
324 if (!LexicalDC)
325 LexicalDC = D->getLexicalDeclContext();
341 if (LexicalDC == D->getDeclContext()) {
352 getContainerInfo(LexicalDC, DInfo.LexicalContainer);
598 const DeclContext *LexicalDC) {
601 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC);
    [all...]
IndexingContext.h 424 const DeclContext *LexicalDC);
471 const DeclContext *LexicalDC = nullptr);
  /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
666 /// lexically declared (LexicalDC). May be different from
671 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
674 /// // LexicalDC == global namespace
678 return getMultipleDC()->LexicalDC;
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 295 if (const DeclContext *LexicalDC
297 if (LexicalDC->isRecord())
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaCodeComplete.cpp 714 const DeclContext *LexicalDC = ND->getLexicalDeclContext();
715 if (LexicalDC->isFunctionOrMethod()) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 437 DeclContext *LexicalDC = ReadDeclAs<DeclContext>(Record, Idx);
441 D->setDeclContextsImpl(MergedSemaDC ? MergedSemaDC : SemaDC, LexicalDC,
    [all...]
ASTReader.cpp     [all...]

Completed in 328 milliseconds