Searched refs:ContextDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h514 ManglingNumber(0), ContextDecl(0), Captures(0), MethodTyInfo(Info)
549 Decl *ContextDecl; member in struct:clang::CXXRecordDecl::LambdaDefinitionData
1591 return getLambdaData().ContextDecl;
1596 void setLambdaMangling(unsigned ManglingNumber, Decl *ContextDecl) { argument
1598 getLambdaData().ContextDecl = ContextDecl;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp1024 static LinkageInfo getLVForClosure(const DeclContext *DC, Decl *ContextDecl, argument
1027 if (ContextDecl) {
1028 if (isa<ParmVarDecl>(ContextDecl))
1029 DC = ContextDecl->getDeclContext()->getRedeclContext();
1031 return getLVForDecl(cast<NamedDecl>(ContextDecl), computation);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp716 Decl *ContextDecl,
721 if (!Enabled || !ContextDecl)
725 if (ClassTemplateDecl *Template = dyn_cast<ClassTemplateDecl>(ContextDecl))
728 Record = cast<CXXRecordDecl>(ContextDecl);
715 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, unsigned CXXThisTypeQuals, bool Enabled) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1234 Lambda.ContextDecl = ReadDecl(Record, Idx);
H A DASTWriter.cpp5136 AddDeclRef(Lambda.ContextDecl, Record);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4091 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, unsigned CXXThisTypeQuals,

Completed in 232 milliseconds