Home
last modified time | relevance | path

Searched defs:ValueDecl (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h31 class ValueDecl; variable
H A DExternalSemaSource.h35 class ValueDecl; variable
181 SmallVectorImpl<std::pair<ValueDecl *, in ReadPendingInstantiations()
H A DSema.h209 class ValueDecl; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h40 class ValueDecl; variable
H A DASTMutationListener.h38 class ValueDecl; global() variable
H A DOpenMPClause.h5846 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
6934 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7135 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7282 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7446 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7549 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7653 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
[all...]
H A DDecl.h712 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, ValueDecl() function
H A DExpr.h59 class ValueDecl; variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp236 visitPotentialCaptures(llvm::function_ref<void (ValueDecl *,Expr *)> Callback) const visitPotentialCaptures() argument
H A DMultiplexExternalSemaSource.cpp307 SmallVectorImpl<std::pair<ValueDecl*, in ReadPendingInstantiations() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp113 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in buildRecordForGlobalizedVars() argument
1028 NVPTXPrePostActionTy(SourceLocation & Loc,const RecordDecl * GlobalizedRD,llvm::SmallDenseMap<const ValueDecl *,const FieldDecl * > & MappedDeclsFields) emitTeamsOutlinedFunction() argument
2155 emitListToGlobalCopyFunction(CodeGenModule & CGM,ArrayRef<const Expr * > Privates,QualType ReductionArrayTy,SourceLocation Loc,const RecordDecl * TeamReductionRec,const llvm::SmallDenseMap<const ValueDecl *,const FieldDecl * > & VarFieldMap) emitListToGlobalCopyFunction() argument
2266 emitListToGlobalReduceFunction(CodeGenModule & CGM,ArrayRef<const Expr * > Privates,QualType ReductionArrayTy,SourceLocation Loc,const RecordDecl * TeamReductionRec,const llvm::SmallDenseMap<const ValueDecl *,const FieldDecl * > & VarFieldMap,llvm::Function * ReduceFn) emitListToGlobalReduceFunction() argument
2361 emitGlobalToListCopyFunction(CodeGenModule & CGM,ArrayRef<const Expr * > Privates,QualType ReductionArrayTy,SourceLocation Loc,const RecordDecl * TeamReductionRec,const llvm::SmallDenseMap<const ValueDecl *,const FieldDecl * > & VarFieldMap) emitGlobalToListCopyFunction() argument
2473 emitGlobalToListReduceFunction(CodeGenModule & CGM,ArrayRef<const Expr * > Privates,QualType ReductionArrayTy,SourceLocation Loc,const RecordDecl * TeamReductionRec,const llvm::SmallDenseMap<const ValueDecl *,const FieldDecl * > & VarFieldMap,llvm::Function * ReduceFn) emitGlobalToListReduceFunction() argument
[all...]
H A DCodeGenModule.h73 class ValueDecl; variable
H A DCGStmtOpenMP.cpp7206 EmitOMPUseDevicePtrClause(const OMPUseDevicePtrClause & C,OMPPrivateScope & PrivateScope,const llvm::DenseMap<const ValueDecl *,llvm::Value * > CaptureDeviceAddrMap) EmitOMPUseDevicePtrClause() argument
7257 EmitOMPUseDeviceAddrClause(const OMPUseDeviceAddrClause & C,OMPPrivateScope & PrivateScope,const llvm::DenseMap<const ValueDecl *,llvm::Value * > CaptureDeviceAddrMap) EmitOMPUseDeviceAddrClause() argument
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp40 intersectDeclToLoc(const llvm::DenseMap<const ValueDecl *,StorageLocation * > & DeclToLoc1,const llvm::DenseMap<const ValueDecl *,StorageLocation * > & DeclToLoc2) intersectDeclToLoc() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h529 ReadPendingInstantiations(llvm::SmallVectorImpl<std::pair<clang::ValueDecl *,clang::SourceLocation>> & Pending) ReadPendingInstantiations() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4964 AST_MATCHER_P(LambdaCapture,capturesVar,internal::Matcher<ValueDecl>,InnerMatcher) AST_MATCHER_P() argument
6612 AST_MATCHER_P(MemberExpr,member,internal::Matcher<ValueDecl>,InnerMatcher) AST_MATCHER_P() argument
8212 AST_MATCHER_P(BindingDecl,forDecomposition,internal::Matcher<ValueDecl>,InnerMatcher) AST_MATCHER_P() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h105 class ValueDecl; variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1639 getCaptureFields(llvm::DenseMap<const ValueDecl *,FieldDecl * > & Captures,FieldDecl * & ThisCapture) const getCaptureFields() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8732 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
[all...]