/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 66 class ValueDecl; global() variable
|
H A D | APValue.h | 40 class ValueDecl; variable
|
H A D | ASTMutationListener.h | 40 class ValueDecl; variable
|
H A D | OpenMPClause.h | 5886 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 D | Decl.h | 712 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, ValueDecl() function
|
H A D | Expr.h | 59 class ValueDecl; variable [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | MultiplexExternalSemaSource.h | 31 class ValueDecl; variable
|
H A D | ExternalSemaSource.h | 35 class ValueDecl; variable 181 SmallVectorImpl<std::pair<ValueDecl *, in ReadPendingInstantiations() argument
|
H A D | Sema.h | 223 class ValueDecl; global() variable [all...] |
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | ThrowByValueCatchByReferenceCheck.cpp | 54 auto *ValueDecl = DeclRefExpr->getDecl(); in isCatchVariable() local
|
/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 237 visitPotentialCaptures(llvm::function_ref<void (ValueDecl *,Expr *)> Callback) const visitPotentialCaptures() argument
|
H A D | MultiplexExternalSemaSource.cpp | 307 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 50 static llvm::DenseMap<const ValueDecl *, StorageLocation *> intersectDeclToLoc( in intersectDeclToLoc() argument [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 535 ReadPendingInstantiations(llvm::SmallVectorImpl<std::pair<clang::ValueDecl *,clang::SourceLocation>> & Pending) ReadPendingInstantiations() argument
|
/llvm-project/clang/test/Misc/ |
H A D | diag-template-diffing-cxx11.cpp | 866 namespace ValueDecl { global() namespace
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 113 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 D | CodeGenModule.h | 73 class ValueDecl; global() variable
|
H A D | CGStmtOpenMP.cpp | 7260 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 D | ASTMatchers.h | 4962 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 D | ASTReader.h | 105 class ValueDecl; global() variable
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 192 TEST_P(ASTMatchersTest,ValueDecl) TEST_P() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1642 getCaptureFields(llvm::DenseMap<const ValueDecl *,FieldDecl * > & Captures,FieldDecl * & ThisCapture) const getCaptureFields() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 8824 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument [all...] |