HomeSort by: relevance | last modified time | path
    Searched refs:AllocatorTraits (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1464 ExprOffsets::AllocatorTraits)] =
1465 D.AllocatorTraits;
1483 Data.AllocatorTraits =
1486 ExprOffsets::AllocatorTraits)];
2224 if (Data.AllocatorTraits) {
2226 Data.AllocatorTraits->printPretty(OS, nullptr, Policy);
StmtProfile.cpp 863 if (D.AllocatorTraits)
864 Profiler->VisitStmt(D.AllocatorTraits);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 2721 ExprResult AllocatorTraits = ParseCXXIdExpression();
2723 if (AllocatorTraits.isInvalid()) {
2728 D.AllocatorTraits = AllocatorTraits.get();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 4597 if (Expr *E = D.AllocatorTraits)
20716 [](const UsesAllocatorsData &D) { return D.AllocatorTraits; }) &&
20760 if (IsPredefinedAllocator && D.AllocatorTraits) {
20761 Diag(D.AllocatorTraits->getExprLoc(),
20763 << D.AllocatorTraits->getSourceRange();
20772 if (!IsPredefinedAllocator && !D.AllocatorTraits) {
20778 if (!D.AllocatorTraits)
20787 if (D.AllocatorTraits) {
20788 if (D.AllocatorTraits->isTypeDependent()) {
20789 AllocatorTraitsExpr = D.AllocatorTraits;
    [all...]
TreeTransform.h 10121 ExprResult AllocatorTraits;
10122 if (Expr *AT = D.AllocatorTraits) {
10123 AllocatorTraits = getDerived().TransformExpr(AT);
10124 if (AllocatorTraits.isInvalid())
10129 NewD.AllocatorTraits = AllocatorTraits.get();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1898 const Expr *AllocatorTraits);
CGOpenMPRuntime.cpp 6407 if (!D.AllocatorTraits)
6409 Allocators.emplace_back(D.Allocator, D.AllocatorTraits);
6420 const Expr *AllocatorTraits) {
6427 AllocatorTraits->getType()->getAsArrayTypeUnsafe())
6430 LValue AllocatorTraitsLVal = CGF.EmitLValue(AllocatorTraits);
6437 CGF.EmitLoadOfScalar(AllocatorTraitsLVal, AllocatorTraits->getExprLoc());
8680 if (const auto *DRE = dyn_cast_or_null<DeclRefExpr>(D.AllocatorTraits))
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 8020 Expr *AllocatorTraits = nullptr;
8031 AllocatorTraits,
RecursiveASTVisitor.h 3616 TRY_TO(TraverseStmt(Data.AllocatorTraits));
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6674 Record.AddStmt(Data.AllocatorTraits);
ASTReader.cpp 12918 D.AllocatorTraits = Record.readSubExpr();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11212 Expr *AllocatorTraits = nullptr;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2565 Visitor->AddStmt(D.AllocatorTraits);

Completed in 102 milliseconds