HomeSort by relevance Sort by last modified time
    Searched refs:astContext (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 280 ASTContext &astContext = svalBuilder.getContext();
289 astContext.getTypeSizeInChars(elemType),
  /external/clang/include/clang/Analysis/
CFG.h 46 class ASTContext;
180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
181 bool isNoReturn(ASTContext &astContext) const;
814 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 16 #include "clang/AST/ASTContext.h"
370 ASTContext *Context;
413 explicit CFGBuilder(ASTContext *astContext,
415 : Context(astContext), cfg(new CFG()), // crew a new CFG
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 357 milliseconds