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 204 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) {
272 ASTContext &astContext = svalBuilder.getContext();
273 if (!IsCompleteType(astContext, elemType))
281 astContext.getTypeSizeInChars(elemType),
  /external/clang/include/clang/Analysis/
CFG.h 44 class ASTContext;
134 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
135 bool isNoReturn(ASTContext &astContext) const;
588 static CFG* buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 252 ASTContext *Context;
290 explicit CFGBuilder(ASTContext *astContext,
292 : Context(astContext), cfg(new CFG()), // crew a new CFG
    [all...]

Completed in 306 milliseconds