Searched refs:LexicalDC (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp82 DeclContext *&LexicalDC, DeclarationName &Name,
1818 DeclContext *&LexicalDC,
1826 LexicalDC = DC;
1828 LexicalDC = Importer.ImportContext(D->getLexicalDeclContext());
1829 if (!LexicalDC)
2253 DeclContext *DC, *LexicalDC; local
2256 if (ImportDeclParts(D, DC, LexicalDC, Name, Loc))
2300 ToNamespace->setLexicalDeclContext(LexicalDC);
2301 LexicalDC->addDeclInternal(ToNamespace);
2321 DeclContext *DC, *LexicalDC; local
1817 ImportDeclParts(NamedDecl *D, DeclContext *&DC, DeclContext *&LexicalDC, DeclarationName &Name, SourceLocation &Loc) argument
2395 DeclContext *DC, *LexicalDC; local
2480 DeclContext *DC, *LexicalDC; local
2591 DeclContext *DC, *LexicalDC; local
2647 DeclContext *DC, *LexicalDC; local
2856 DeclContext *DC, *LexicalDC; local
2912 DeclContext *DC, *LexicalDC; local
2977 DeclContext *DC, *LexicalDC; local
3028 DeclContext *DC, *LexicalDC; local
3204 DeclContext *DC, *LexicalDC; local
3326 DeclContext *DC, *LexicalDC; local
3450 DeclContext *DC, *LexicalDC; local
3599 DeclContext *DC, *LexicalDC; local
3656 DeclContext *LexicalDC = DC; local
3704 DeclContext *LexicalDC local
3753 DeclContext *DC, *LexicalDC; local
3984 DeclContext *DC, *LexicalDC; local
4173 DeclContext *DC, *LexicalDC; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp297 const DeclContext* LexicalDC = D->getLexicalDeclContext(); local
298 if (SemaDC != LexicalDC)
327 const DeclContext* LexicalDC = D->getLexicalDeclContext(); local
328 if (SemaDC != LexicalDC)
343 const DeclContext* LexicalDC = D->getLexicalDeclContext(); local
344 if (SemaDC != LexicalDC)
359 const DeclContext* LexicalDC = D->getLexicalDeclContext(); local
360 if (SemaDC != LexicalDC)
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h220 DeclContext *LexicalDC; member in struct:clang::Decl::MultipleDC
229 /// context where it was lexically declared (LexicalDC).
233 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
236 /// // LexicalDC == global namespace
661 /// lexically declared (LexicalDC). May be different from
666 /// void f(); // SemanticDC == LexicalDC == 'namespace A'
669 /// // LexicalDC == global namespace
673 return getMultipleDC()->LexicalDC;
948 void setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h868 serialization::GlobalDeclID LexicalDC; member in struct:clang::ASTReader::PendingDeclContextInfo
1139 serialization::GlobalDeclID LexicalDC) {
1141 PendingDeclContextInfo Info = { D, SemaDC, LexicalDC };
1137 addPendingDeclContextInfo(Decl *D, serialization::GlobalDeclID SemaDC, serialization::GlobalDeclID LexicalDC) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp209 if (const DeclContext *LexicalDC
211 if (LexicalDC->isRecord())
H A DSemaTemplateInstantiateDecl.cpp1260 DeclContext *LexicalDC = Owner; local
1263 LexicalDC = D->getDeclContext();
1266 Function->setLexicalDeclContext(LexicalDC);
1296 FunctionTemplate->setLexicalDeclContext(LexicalDC);
H A DSemaCodeComplete.cpp718 const DeclContext *LexicalDC = ND->getLexicalDeclContext(); local
719 if (LexicalDC->isFunctionOrMethod()) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp372 DeclContext *LexicalDC = ReadDeclAs<DeclContext>(Record, Idx); local
376 D->setDeclContextsImpl(MergedSemaDC ? MergedSemaDC : SemaDC, LexicalDC,
H A DASTReader.cpp7407 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC)); local
7408 Info.D->setDeclContextsImpl(SemaDC, LexicalDC, getContext());

Completed in 298 milliseconds