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 222 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) {
290 ASTContext &astContext = svalBuilder.getContext();
291 if (!IsCompleteType(astContext, elemType))
299 astContext.getTypeSizeInChars(elemType),
  /external/clang/include/clang/Analysis/
CFG.h 45 class ASTContext;
152 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
153 bool isNoReturn(ASTContext &astContext) const;
678 static CFG* buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 16 #include "clang/AST/ASTContext.h"
292 ASTContext *Context;
335 explicit CFGBuilder(ASTContext *astContext,
337 : Context(astContext), cfg(new CFG()), // crew a new CFG
771 static QualType getReferenceInitTemporaryType(ASTContext &Context,
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 970 milliseconds