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 82 DeclContext *&LexicalDC, DeclarationName &Name,
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 296 const DeclContext* LexicalDC = D->getLexicalDeclContext();
297 if (SemaDC != LexicalDC)
326 const DeclContext* LexicalDC = D->getLexicalDeclContext();
327 if (SemaDC != LexicalDC)
342 const DeclContext* LexicalDC = D->getLexicalDeclContext();
343 if (SemaDC != LexicalDC)
358 const DeclContext* LexicalDC = D->getLexicalDeclContext();
359 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 421 const DeclContext *LexicalDC);
468 const DeclContext *LexicalDC = nullptr);
  /external/clang/include/clang/AST/
DeclBase.h 208 DeclContext *LexicalDC;
217 /// context where it was lexically declared (LexicalDC).
221 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
224 /// // LexicalDC == global namespace
660 /// lexically declared (LexicalDC). May be different from
665 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
668 /// // LexicalDC == global namespace
672 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 715 const DeclContext *LexicalDC = ND->getLexicalDeclContext();
716 if (LexicalDC->isFunctionOrMethod()) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 395 DeclContext *LexicalDC = ReadDeclAs<DeclContext>(Record, Idx);
399 D->setDeclContextsImpl(MergedSemaDC ? MergedSemaDC : SemaDC, LexicalDC,
    [all...]
ASTReader.cpp     [all...]

Completed in 493 milliseconds