Searched refs:ASTContext (Results 226 - 250 of 286) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp111 ASTContext &Ctx = C.getASTContext();
H A DRetainCountChecker.cpp504 /// Ctx - The ASTContext object for the analyzed ASTs.
505 ASTContext &Ctx;
649 RetainSummaryManager(ASTContext &ctx, bool gcenabled, bool usesARC)
2442 RetainSummaryManager &getSummaryManager(ASTContext &Ctx,
2713 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) {
3702 ASTContext &Ctx = D->getASTContext();\
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp101 ASTContext &Ctx = SVB.getContext();
H A DSymbolManager.cpp316 ASTContext &Ctx = R->getMemRegionManager()->getContext();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DNSDictionary.cpp39 clang::ASTContext *ast = target_ast_context->getASTContext();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp20 #include "clang/AST/ASTContext.h"
198 ASTContext &Ctx = CGM.getContext();
236 ASTContext &Ctx = CGM.getContext();
254 ASTContext &Ctx = CGM.getContext();
274 ASTContext &Ctx = CGM.getContext();
310 ASTContext &Ctx = CGM.getContext();
331 ASTContext &Ctx = CGM.getContext();
346 ASTContext &Ctx = CGM.getContext();
1700 static bool hasObjCExceptionAttribute(ASTContext &Context,
1831 // FIXME: We shouldn't need to do this cast, rectify the ASTContext an
[all...]
H A DCGExprComplex.cpp16 #include "clang/AST/ASTContext.h"
304 ASTContext &C = CGF.getContext();
339 ASTContext &C = CGF.getContext();
H A DMicrosoftCXXABI.cpp686 ASTContext &Context = getContext();
953 ASTContext &Context = CGF.getContext();
1110 ASTContext &Ctx = getContext();
H A DCGExprConstant.cpp20 #include "clang/AST/ASTContext.h"
90 const ASTContext &Context = CGM.getContext();
143 const ASTContext &Context = CGM.getContext();
H A DCGStmt.cpp1188 ASTContext &C) {
1825 ASTContext &Ctx = CGM.getContext();
H A DCGObjC.cpp19 #include "clang/AST/ASTContext.h"
92 ASTContext &Context = CGM.getContext();
517 ASTContext &Context = CGF.getContext();
2874 ASTContext &C = getContext();
2955 ASTContext &C = getContext();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp17 #include "clang/AST/ASTContext.h"
47 PrintingPolicy Sema::getPrintingPolicy(const ASTContext &Context,
70 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
H A DSemaLambda.cpp260 ASTContext &Ctx) {
556 ASTContext &Ctx = getASTContext();
H A DSemaType.cpp16 #include "clang/AST/ASTContext.h"
708 ASTContext &Context = S.Context;
2516 ASTContext &Context = S.Context;
3491 ASTContext &Context;
3495 TypeSpecLocFiller(ASTContext &Context, const DeclSpec &DS)
3668 ASTContext &Context;
3672 DeclaratorLocFiller(ASTContext &Context, const DeclaratorChunk &Chunk)
4291 QualType wrap(ASTContext &C, QualType Old, unsigned I) {
4305 QualType wrap(ASTContext &C, const Type *Old, unsigned I) {
H A DSemaLookup.cpp15 #include "clang/AST/ASTContext.h"
769 CppNamespaceLookup(Sema &S, LookupResult &R, ASTContext &Context,
2342 ASTContext &Context) {
3591 ASTContext &Context;
3609 NamespaceSpecifierSet(ASTContext &Context, DeclContext *CurContext,
3682 static unsigned BuildNestedNameSpecifier(ASTContext &Context,
4237 for (ASTContext::type_iterator TI = Context.types_begin(),
H A DSemaInit.cpp15 #include "clang/AST/ASTContext.h"
37 static bool IsWideCharCompatible(QualType T, ASTContext &Context) {
60 ASTContext &Context) {
124 ASTContext &Context) {
2104 ASTContext &Context = SemaRef.Context;
2463 InitializedEntity::InitializedEntity(ASTContext &Context, unsigned Index,
2482 InitializedEntity::InitializeBase(ASTContext &Context,
4229 static InvalidICRKind isInvalidICRSource(ASTContext &C, Expr *e,
4314 static bool hasCompatibleArrayTypes(ASTContext &Context,
4425 ASTContext
[all...]
H A DSemaDecl.cpp17 #include "clang/AST/ASTContext.h"
561 ASTContext &Context = S.Context;
1011 ASTContext &Context) {
1107 ASTContext&);
1331 static void GenerateFixForUnusedDecl(const NamedDecl *D, ASTContext &Ctx,
1488 ASTContext &Context = ThisSema.Context;
1509 ASTContext::GetBuiltinTypeError Error;
1512 case ASTContext::GE_None:
1516 case ASTContext::GE_Missing_stdio:
1522 case ASTContext
[all...]
H A DSemaAccess.cpp15 #include "clang/AST/ASTContext.h"
155 AccessTarget(ASTContext &Context,
165 AccessTarget(ASTContext &Context,
H A DSemaDeclCXX.cpp16 #include "clang/AST/ASTContext.h"
3378 static bool isIncompleteOrZeroLengthArrayType(ASTContext &Context, QualType T) {
3650 static const void *GetKeyForBase(ASTContext &Context, QualType BaseType) {
3654 static const void *GetKeyForMember(ASTContext &Context,
5887 ++ASTContext::NumImplicitDefaultConstructors;
5890 ++ASTContext::NumImplicitCopyConstructors;
5900 ++ASTContext::NumImplicitMoveConstructors;
5907 ++ASTContext::NumImplicitCopyAssignmentOperators;
5919 ++ASTContext::NumImplicitMoveAssignmentOperators;
5928 ++ASTContext
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp65 ASTContext *Context;
163 void InitializeCommon(ASTContext &context);
196 virtual void HandleTranslationUnit(ASTContext &C);
332 virtual void Initialize(ASTContext &context) = 0;
455 // FIXME: This predicate seems like it would be useful to add to ASTContext.
498 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
516 virtual void Initialize(ASTContext &context);
602 void RewriteObjC::InitializeCommon(ASTContext &context) {
5015 void RewriteObjC::HandleTranslationUnit(ASTContext &C) {
5052 void RewriteObjCFragileABI::Initialize(ASTContext
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp15 #include "clang/AST/ASTContext.h"
194 ASTContext &C1, &C2;
219 StructuralEquivalenceContext(ASTContext &C1, ASTContext &C2,
926 ASTContext &Context = Anon->getASTContext();
4574 ASTImporter::ASTImporter(ASTContext &ToContext, FileManager &ToFileManager,
4575 ASTContext &FromContext, FileManager &FromFileManager,
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h65 class ASTContext;
238 ASTContext &Context;
707 MangleNumberingContext &getMangleNumberingContext(ASTContext &Ctx);
860 Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
877 ASTContext &getASTContext() const { return Context; }
1627 static PrintingPolicy getPrintingPolicy(const ASTContext &Ctx,
5972 static void MarkDeducedTemplateParameters(ASTContext &Ctx,
8043 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp15 #include "clang/AST/ASTContext.h"
703 ASTContext &CurrContext = AC.getASTContext();
1296 ASTContext &CurrContext = AC.getASTContext();
H A DUninitializedValues.cpp14 #include "clang/AST/ASTContext.h"
276 static const Expr *stripCasts(ASTContext &C, const Expr *Ex) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h199 LLVM_ATTRIBUTE_USED void dump(const ASTContext &Context) const;

Completed in 499 milliseconds

1234567891011>>