Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DType.h66 class ValueDecl; global() variable
H A DAPValue.h40 class ValueDecl; variable
H A DASTMutationListener.h40 class ValueDecl; variable
H A DOpenMPClause.h5886 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
6974 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7175 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7322 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7486 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7589 numTrailingObjects(OverloadToken<ValueDecl * >) numTrailingObjects() argument
7693 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...]
/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() argument
H A DSema.h223 class ValueDecl; global() variable
[all...]
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp54 auto *ValueDecl = DeclRefExpr->getDecl(); in isCatchVariable() local
/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp237 visitPotentialCaptures(llvm::function_ref<void (ValueDecl *,Expr *)> Callback) const visitPotentialCaptures() argument
H A DMultiplexExternalSemaSource.cpp307 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp50 static llvm::DenseMap<const ValueDecl *, StorageLocation *> intersectDeclToLoc( in intersectDeclToLoc() argument
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h535 ReadPendingInstantiations(llvm::SmallVectorImpl<std::pair<clang::ValueDecl *,clang::SourceLocation>> & Pending) ReadPendingInstantiations() argument
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp866 namespace ValueDecl { global() namespace
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp113 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in buildRecordForGlobalizedVars() argument
1008 NVPTXPrePostActionTy(SourceLocation & Loc,const RecordDecl * GlobalizedRD,llvm::SmallDenseMap<const ValueDecl *,const FieldDecl * > & MappedDeclsFields) emitTeamsOutlinedFunction() argument
[all...]
H A DCodeGenModule.h73 class ValueDecl; global() variable
H A DCGStmtOpenMP.cpp7260 EmitOMPUseDevicePtrClause(const OMPUseDevicePtrClause & C,OMPPrivateScope & PrivateScope,const llvm::DenseMap<const ValueDecl *,llvm::Value * > CaptureDeviceAddrMap) EmitOMPUseDevicePtrClause() argument
7311 EmitOMPUseDeviceAddrClause(const OMPUseDeviceAddrClause & C,OMPPrivateScope & PrivateScope,const llvm::DenseMap<const ValueDecl *,llvm::Value * > CaptureDeviceAddrMap) EmitOMPUseDeviceAddrClause() argument
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4962 AST_MATCHER_P(LambdaCapture,capturesVar,internal::Matcher<ValueDecl>,InnerMatcher) AST_MATCHER_P() argument
6636 AST_MATCHER_P(MemberExpr,member,internal::Matcher<ValueDecl>,InnerMatcher) AST_MATCHER_P() argument
8242 AST_MATCHER_P(BindingDecl,forDecomposition,internal::Matcher<ValueDecl>,InnerMatcher) AST_MATCHER_P() argument
/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h105 class ValueDecl; global() variable
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp192 TEST_P(ASTMatchersTest,ValueDecl) TEST_P() argument
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1642 getCaptureFields(llvm::DenseMap<const ValueDecl *,FieldDecl * > & Captures,FieldDecl * & ThisCapture) const getCaptureFields() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8824 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
[all...]