Searched defs:ValueDecl (Results 1 – 15 of 15) sorted by relevance
/external/clang/include/clang/Sema/ |
D | MultiplexExternalSemaSource.h | 32 class ValueDecl; variable
|
D | ExternalSemaSource.h | 38 class ValueDecl; variable 183 SmallVectorImpl<std::pair<ValueDecl *, in ReadPendingInstantiations()
|
D | Sema.h | 184 class ValueDecl; variable
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4613 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA, in CheckOpenMPIterationSpace() 4934 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA, in CheckOpenMPLoop() 5456 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPSimdDirective() 5510 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPForDirective() 5546 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPForSimdDirective() 5756 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPParallelForDirective() 5801 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPParallelForSimdDirective() 6774 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPTargetParallelForDirective() 6988 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPTaskLoopDirective() 7020 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPTaskLoopSimdDirective() [all …]
|
D | MultiplexExternalSemaSource.cpp | 281 SmallVectorImpl<std::pair<ValueDecl*, in ReadPendingInstantiations()
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 37 class ValueDecl; variable
|
D | APValue.h | 31 class ValueDecl; variable
|
D | OpenMPClause.h | 3296 size_t numTrailingObjects(OverloadToken<ValueDecl *>) const { in numTrailingObjects() 4037 size_t numTrailingObjects(OverloadToken<ValueDecl *>) const { in numTrailingObjects() 4141 size_t numTrailingObjects(OverloadToken<ValueDecl *>) const { in numTrailingObjects()
|
D | Decl.h | 595 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() function
|
D | Expr.h | 52 class ValueDecl; variable
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 866 namespace ValueDecl { namespace
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 69 class ValueDecl; variable
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 156 TEST(ValueDecl, Matches) { in TEST() argument
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 4200 internal::Matcher<ValueDecl>, InnerMatcher) { in AST_MATCHER_P()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 7363 SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) { in ReadPendingInstantiations()
|