Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DLinkage.h132 LinkageInfo getLVForClosure(const DeclContext *DC, Decl *ContextDecl,
H A DDecl.cpp1159 Decl *ContextDecl, in getLVForClosure() argument
1163 if (!ContextDecl) in getLVForClosure()
1165 else if (isa<ParmVarDecl>(ContextDecl)) in getLVForClosure()
1167 dyn_cast<NamedDecl>(ContextDecl->getDeclContext()->getRedeclContext()); in getLVForClosure()
1169 Owner = cast<NamedDecl>(ContextDecl); in getLVForClosure()
H A DDeclCXX.cpp1424 return getLambdaData().ContextDecl.get(Source); in getLambdaContextDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h637 LazyDeclPtr ContextDecl;
1922 void setLambdaMangling(unsigned ManglingNumber, Decl *ContextDecl) {
1924 getLambdaData().ContextDecl = ContextDecl;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1096 Decl *ContextDecl, in CXXThisScopeRAII() argument
1101 if (!Enabled || !ContextDecl) in CXXThisScopeRAII()
1105 if (ClassTemplateDecl *Template = dyn_cast<ClassTemplateDecl>(ContextDecl)) in CXXThisScopeRAII()
1108 Record = cast<CXXRecordDecl>(ContextDecl); in CXXThisScopeRAII()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1718 Lambda.ContextDecl = ReadDeclID(); in ReadCXXDefinitionData()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5124 CXXThisScopeRAII(Sema &S, Decl *ContextDecl, Qualifiers CXXThisTypeQuals,