Searched refs:getASTContext (Results 51 - 75 of 216) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp114 if (CE->EvaluateAsInt(EVResult, C.getASTContext(), Expr::SE_NoSideEffects)) {
H A DCastToStructChecker.cpp41 ASTContext &Ctx = AC->getASTContext();
H A DNonnullGlobalConstantsChecker.cpp72 initIdentifierInfo(C.getASTContext());
H A DDynamicTypeChecker.cpp110 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts();
182 ASTContext &ASTCtxt = C.getASTContext();
H A DGTestChecker.cpp187 initIdentifierInfo(C.getASTContext());
222 CanQualType BoolTy = C.getASTContext().BoolTy;
H A DMIGChecker.cpp165 if (!AC->getReturnType(C.getASTContext())
235 ASTContext &ACtx = C.getASTContext();
H A DVforkChecker.cpp88 ASTContext &AC = C.getASTContext();
113 ASTContext &AC = C.getASTContext();
H A DDynamicTypePropagation.cpp254 ASTContext &Ctx = C.getASTContext();
336 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy.Type, 0));
630 ASTContext &ASTCtxt = C.getASTContext();
812 ASTContext &ASTCtxt = C.getASTContext();
930 C.getASTContext().getObjCObjectPointerType(ReceiverClassType);
979 ASTContext &ASTCtxt = C.getASTContext();
1068 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts();
H A DCastValueChecker.cpp222 CastFromTy = alignReferenceTypes(CastFromTy, CastToTy, C.getASTContext());
290 CastToTy = C.getASTContext().getPointerType(CastToTy);
292 CastToTy = alignReferenceTypes(CastToTy, CastFromTy, C.getASTContext());
H A DBlockInCriticalSectionChecker.cpp145 initIdentifierInfo(C.getASTContext());
H A DCloneChecker.cpp101 ASTContext &ACtx = Mgr.getASTContext();
H A DDirectIvarAssignment.cpp128 Mgr.getASTContext());
H A DObjCAutoreleaseWriteChecker.cpp227 auto Matches = match(MatcherM, *D, AM.getASTContext());
H A DObjCContainersASTChecker.cpp74 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
H A DUndefResultChecker.cpp63 B->getRHS(), C.getASTContext().getIntWidth(B->getLHS()->getType()));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h98 ASTContext &getASTContext() const { return AST; } function in class:clang::ExternalASTMerger::ImporterSource
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp92 Instance.setASTContext(&CI.getASTContext());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp504 USRLocFindingASTVisitor Visitor(USRs, PrevName, Decl->getASTContext());
512 RenameLocFinder Finder(USRs, TranslationUnitDecl->getASTContext());
516 TranslationUnitDecl->getASTContext().getSourceManager();
559 SM, TranslationUnitDecl->getASTContext().getLangOpts());
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp57 Var->getASTContext().getLangOpts().CPlusPlus)
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II);
116 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
120 return getASTContext().getLangOpts().trackLocalOwningModule();
336 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
414 ASTContext &Decl::getASTContext() const { function in class:Decl
415 return getTranslationUnitDecl()->getASTContext();
421 return getASTContext().getLangOpts();
425 return getASTContext().getASTMutationListener();
434 ASTContext &Ctx = getASTContext();
651 AvailabilityResult AR = CheckAvailability(getASTContext(), Availabilit
[all...]
H A DDeclObjC.cpp603 Data.setPointer(new (getASTContext()) DefinitionData());
857 return Body.get(getASTContext().getExternalSource());
862 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
911 ASTContext &Ctx = getASTContext();
1176 ASTContext &Ctx = getASTContext();
1184 return getReturnType().getNonLValueExprType(getASTContext())
1527 getASTContext().getExternalSource()->CompleteType(
1532 assert(getASTContext().getExternalSource() &&
1578 return getASTContext().getObjCImplementation(
1587 getASTContext()
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp63 m_ast_context = &clang_ast_context.getASTContext();
84 scratch_clang_ast_context->getASTContext();
228 &candidate_tag_decl->getASTContext(), candidate_tag_decl))
270 if (TypeSystemClang::GetCompleteDecl(&candidate_tag_decl->getASTContext(),
441 original.ctx = &complete_iface_decl->getASTContext();
765 clang::ASTContext *original_ctx = &original_interface_decl->getASTContext();
1128 complete_interface_decl, &complete_iface_decl->getASTContext());
1214 origin_iface_decl->getASTContext().Idents.get(name));
1275 origin_iface_decl.decl, &origin_iface_decl->getASTContext());
1299 complete_iface_decl.decl, &complete_iface_decl->getASTContext());
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp178 IndexCtx.setASTContext(Unit.getASTContext());
179 DataConsumer.initialize(Unit.getASTContext());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp105 MD->definedInNSObject(S.getASTContext())) {
363 getAttrForPlatform(S.getASTContext(), OffendingDecl);
373 S.getASTContext().getTargetInfo().getPlatformName()));
406 S.getASTContext().getTargetInfo().getPlatformName())
748 getAttrForPlatform(SemaRef.getASTContext(), OffendingDecl);
772 SemaRef.getASTContext().getTargetInfo().getPlatformName()));
836 SemaRef.getASTContext().getTargetInfo().getPlatformName())
H A DSemaModule.cpp424 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
425 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU,
510 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
511 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU,

Completed in 199 milliseconds

123456789