HomeSort by relevance Sort by last modified time
    Searched refs:ASTContext (Results 126 - 150 of 282) sorted by null

1 2 3 4 56 7 8 91011>>

  /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),
CheckObjCDealloc.cpp 56 ASTContext &Ctx) {
105 ASTContext &Ctx = BR.getContext();
MallocChecker.cpp 169 void initIdentifierInfo(ASTContext &C) const;
174 bool isMemFunction(const FunctionDecl *FD, ASTContext &C) const;
175 bool isFreeFunction(const FunctionDecl *FD, ASTContext &C) const;
176 bool isAllocationFunction(const FunctionDecl *FD, ASTContext &C) const;
381 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const {
394 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const {
405 ASTContext &C) const {
429 bool MallocChecker::isFreeFunction(const FunctionDecl *FD, ASTContext &C) const {
    [all...]
SimpleStreamChecker.cpp 60 void initIdentifierInfo(ASTContext &Ctx) const;
280 void SimpleStreamChecker::initIdentifierInfo(ASTContext &Ctx) const {
ObjCContainersASTChecker.cpp 31 ASTContext &ASTC;
VLASizeChecker.cpp 86 ASTContext &Ctx = C.getASTContext();
  /external/clang/tools/libclang/
CXCursor.h 24 class ASTContext;
250 ASTContext &getCursorContext(CXCursor Cursor);
IndexingContext.h 281 ASTContext *Ctx;
346 ASTContext &getASTContext() const { return *Ctx; }
348 void setASTContext(ASTContext &ctx);
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 21 #include "clang/AST/ASTContext.h"
60 clang::ASTContext &C = Context->getASTContext();
235 clang::ASTContext &C = Context->getASTContext();
404 clang::ASTContext &Ctx = Context->getASTContext();
416 const clang::ASTContext &C = Context->getASTContext();
576 const clang::ASTContext &C = FD->getASTContext();
  /external/clang/lib/Sema/
DeclSpec.cpp 15 #include "clang/AST/ASTContext.h"
54 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
65 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
91 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
104 void CXXScopeSpec::MakeGlobal(ASTContext &Context,
114 void CXXScopeSpec::MakeTrivial(ASTContext &Context,
138 CXXScopeSpec::getWithLocInContext(ASTContext &Context) const {
    [all...]
  /external/clang/include/clang/AST/
APValue.h 25 class ASTContext;
191 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
192 std::string getAsString(ASTContext &Ctx, QualType Ty) const;
CXXInheritance.h 165 bool lookupInBases(ASTContext &Context,
DeclContextInternals.h 221 friend class ASTContext; // walks the chain deleting these
StmtObjC.h 184 static ObjCAtTryStmt *Create(ASTContext &Context, SourceLocation atTryLoc,
188 static ObjCAtTryStmt *CreateEmpty(ASTContext &Context,
  /external/clang/include/clang/Sema/
Overload.h 30 class ASTContext;
239 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
243 bool isPointerConversionToVoidPointer(ASTContext& Context) const;
DeclSpec.h 39 class ASTContext;
94 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
108 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
122 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
137 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
142 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
150 void MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier,
162 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 12 #include "clang/AST/ASTContext.h"
44 ASTContext *Context;
83 virtual void Initialize(ASTContext &Ctx) {
113 virtual void HandleTranslationUnit(ASTContext &C) {
CGCUDANV.cpp 49 ASTContext &Ctx = CGM.getContext();
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 52 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) {
75 ASTContext &Ctx = StateMgr.getContext();
361 ASTContext &Ctx = svalBuilder.getContext();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 134 ASTContext &getASTContext() {
SymbolManager.h 33 class ASTContext;
480 ASTContext &Ctx;
483 SymbolManager(ASTContext &ctx, BasicValueFactory &bv,
550 ASTContext &getContext() { return Ctx; }
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 11 #include "clang/AST/ASTContext.h"
61 const ASTContext &Context;
124 EmptySubobjectMap(const ASTContext &Context, const CXXRecordDecl *Class)
542 friend class clang::ASTContext;
544 const ASTContext &Context;
643 RecordLayoutBuilder(const ASTContext &Context,
662 const ASTContext &Context = this->Context;
    [all...]
VTTBuilder.cpp 16 #include "clang/AST/ASTContext.h"
28 VTTBuilder::VTTBuilder(ASTContext &Ctx,
  /external/clang/lib/Analysis/
FormatString.cpp 236 bool ArgType::matchesType(ASTContext &C, QualType argTy) const {
384 QualType ArgType::getRepresentativeType(ASTContext &C) const {
420 std::string ArgType::getRepresentativeTypeName(ASTContext &C) const {
447 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 139 ASTContext *Ctx;
265 virtual void Initialize(ASTContext &Context) {
284 virtual void HandleTranslationUnit(ASTContext &C);
481 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) {

Completed in 388 milliseconds

1 2 3 4 56 7 8 91011>>