Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h132 LinkageInfo getLVForClosure(const DeclContext *DC, Decl *ContextDecl,
H A DDecl.cpp1213 Decl *ContextDecl, in getLVForClosure() argument
1217 if (!ContextDecl) in getLVForClosure()
1219 else if (isa<ParmVarDecl>(ContextDecl)) in getLVForClosure()
1221 dyn_cast<NamedDecl>(ContextDecl->getDeclContext()->getRedeclContext()); in getLVForClosure()
1223 Owner = cast<NamedDecl>(ContextDecl); in getLVForClosure()
H A DDeclCXX.cpp1602 return getLambdaData().ContextDecl.get(Source); in getLambdaContextDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h403 LazyDeclPtr ContextDecl; member
1731 void setLambdaMangling(unsigned ManglingNumber, Decl *ContextDecl,
1735 getLambdaData().ContextDecl = ContextDecl;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1217 Decl *ContextDecl, in CXXThisScopeRAII() argument
1222 if (!Enabled || !ContextDecl) in CXXThisScopeRAII()
1226 if (ClassTemplateDecl *Template = dyn_cast<ClassTemplateDecl>(ContextDecl)) in CXXThisScopeRAII()
1229 Record = cast<CXXRecordDecl>(ContextDecl); in CXXThisScopeRAII()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1770 Lambda.ContextDecl = readDeclID(); in ReadCXXDefinitionData()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6206 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, Qualifiers CXXThisTypeQuals,