Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h538 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr), in LambdaDefinitionData()
573 Decl *ContextDecl; member
1630 return getLambdaData().ContextDecl; in getLambdaContextDecl()
1635 void setLambdaMangling(unsigned ManglingNumber, Decl *ContextDecl) { in setLambdaMangling() argument
1637 getLambdaData().ContextDecl = ContextDecl; in setLambdaMangling()
/external/clang/lib/AST/
DDecl.cpp1085 static LinkageInfo getLVForClosure(const DeclContext *DC, Decl *ContextDecl, in getLVForClosure() argument
1088 if (ContextDecl) { in getLVForClosure()
1089 if (isa<ParmVarDecl>(ContextDecl)) in getLVForClosure()
1090 DC = ContextDecl->getDeclContext()->getRedeclContext(); in getLVForClosure()
1092 return getLVForDecl(cast<NamedDecl>(ContextDecl), computation); in getLVForClosure()
/external/clang/lib/Sema/
DSemaExprCXX.cpp757 Decl *ContextDecl, in CXXThisScopeRAII() argument
762 if (!Enabled || !ContextDecl) in CXXThisScopeRAII()
766 if (ClassTemplateDecl *Template = dyn_cast<ClassTemplateDecl>(ContextDecl)) in CXXThisScopeRAII()
769 Record = cast<CXXRecordDecl>(ContextDecl); in CXXThisScopeRAII()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1270 Lambda.ContextDecl = ReadDecl(Record, Idx); in ReadCXXDefinitionData()
DASTWriter.cpp5395 AddDeclRef(Lambda.ContextDecl, Record); in AddCXXDefinitionData()
/external/clang/include/clang/Sema/
DSema.h4229 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, unsigned CXXThisTypeQuals,