HomeSort by: relevance | last modified time | path
    Searched defs:ASTCtx (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 57 ASTContext &ASTCtx = LCtx->getAnalysisDeclContext()->getASTContext();
73 *LCtx->getDecl()->getBody(), ASTCtx);
LoopUnrolling.cpp 190 ASTContext &ASTCtx =
195 *S, ASTCtx);
209 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx,
217 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx);
261 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx,
280 if (!shouldCompletelyUnroll(LoopStmt, ASTCtx, Pred, maxStep)) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ParentMapContext.h 70 ASTContext &ASTCtx;
80 TraversalKindScope(ASTContext &ASTCtx, llvm::Optional<TraversalKind> ScopeTK)
81 : Ctx(ASTCtx.getParentMapContext()) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
UncountedLocalVarsChecker.cpp 35 auto &ASTCtx = Var->getASTContext();
36 auto parent = ASTCtx.getParents(*Var);
40 DynTypedNodeList grandParent = ASTCtx.getParents(*DS);
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Program.cpp 123 auto &ASTCtx = Ctx.getASTContext();
127 QualType Ty = ASTCtx.getIncompleteArrayType(ElemTy, ArrayType::Normal, 0);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 3707 auto &ASTCtx = getASTContext();
3708 unsigned BitWidth = ASTCtx.getTypeSize(ASTCtx.getSizeType());
3711 mangleIntegerLiteral(ASTCtx.getSizeType(), Rows);
3714 mangleIntegerLiteral(ASTCtx.getSizeType(), Columns);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 1403 ASTContext &ASTCtx = Actions.getASTContext();
1404 OMPTraitInfo &TI = ASTCtx.getNewOMPTraitInfo();
2027 ASTContext &ASTCtx = Actions.getASTContext();
2028 OMPTraitInfo &TI = ASTCtx.getNewOMPTraitInfo();
2038 TI.getAsVariantMatchInfo(ASTCtx, VMI);
2046 TargetOMPContext OMPCtx(ASTCtx, std::move(DiagUnknownTrait),

Completed in 92 milliseconds