Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h32 class ValueDecl; variable
DExternalSemaSource.h38 class ValueDecl; variable
183 SmallVectorImpl<std::pair<ValueDecl *, in ReadPendingInstantiations()
DSema.h184 class ValueDecl; variable
/external/clang/lib/Sema/
DSemaOpenMP.cpp4613 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 …]
DMultiplexExternalSemaSource.cpp281 SmallVectorImpl<std::pair<ValueDecl*, in ReadPendingInstantiations()
/external/clang/include/clang/AST/
DTemplateBase.h37 class ValueDecl; variable
DAPValue.h31 class ValueDecl; variable
DOpenMPClause.h3296 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()
DDecl.h595 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() function
DExpr.h52 class ValueDecl; variable
/external/clang/test/Misc/
Ddiag-template-diffing.cpp866 namespace ValueDecl { namespace
/external/clang/lib/CodeGen/
DCodeGenModule.h69 class ValueDecl; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp156 TEST(ValueDecl, Matches) { in TEST() argument
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4200 internal::Matcher<ValueDecl>, InnerMatcher) { in AST_MATCHER_P()
/external/clang/lib/Serialization/
DASTReader.cpp7363 SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) { in ReadPendingInstantiations()