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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 331 ASTContext &astContext = svalBuilder.getContext();
340 astContext.getTypeSizeInChars(elemType),
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 39 class ASTContext;
374 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
375 bool isNoReturn(ASTContext &astContext) const;
1274 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 15 #include "clang/AST/ASTContext.h"
470 ASTContext *Context;
530 explicit CFGBuilder(ASTContext *astContext,
532 : Context(astContext), cfg(new CFG()), // crew a new CFG
2578 static bool CanThrow(Expr *E, ASTContext &Ctx) {
4158 ASTContext &Ctx) {
4954 ASTContext *C, const BuildOptions &BO) {
5005 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 1527 ASTContext &Context = AU->getASTContext();
3791 ASTContext &Ctx = getASTUnit(tu)->getASTContext();
3939 ASTContext &ctx = getCursorContext(C);
4789 ASTContext &Ctx = getCursorContext(C);
4887 ASTContext &Ctx = D->getASTContext();
4900 ASTContext &Ctx = D->getASTContext();
4914 ASTContext &Ctx = D->getASTContext();
8039 ASTContext &Ctx = D->getASTContext();
8383 ASTContext &Context = getCursorContext(C);
8396 ASTContext &Context = getCursorContext(C)
    [all...]

Completed in 27 milliseconds