Searched refs:ASTContext (Results 326 - 350 of 415) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h45 class ASTContext;
205 /// getContext - Return the ASTContext associated with this analysis.
206 ASTContext &getContext() const { return AMgr.getASTContext(); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp52 // Context - The associated ASTContext
55 ASTContext &Context,
204 ASTContext &ABIInfo::getContext() const {
489 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
493 static bool isEmptyField(ASTContext &Context, const FieldDecl *FD,
537 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) {
565 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) {
727 ASTContext &Context = getContext();
1038 static bool isX86VectorTypeForVectorCall(ASTContext &Context, QualType Ty) {
1123 bool shouldReturnTypeInRegister(QualType Ty, ASTContext
[all...]
H A DCGObjCGNU.cpp21 #include "clang/AST/ASTContext.h"
304 ASTContext &Context = CGM.getContext();
1140 ASTContext &Context = CGM.getContext();
1171 ASTContext &Context = CGM.getContext();
1703 ASTContext &Context = CGM.getContext();
2823 ASTContext &Context = CGM.getContext();
3004 ASTContext &Context = CGM.getContext();
3307 ASTContext &Context = CGM.getContext();
3397 ASTContext &Context = CGM.getContext();
4063 static const ObjCInterfaceDecl *FindIvarInterface(ASTContext
[all...]
H A DCGCXXABI.h81 ASTContext &getContext() const { return CGM.getContext(); }
H A DItaniumCXXABI.cpp1035 const ASTContext &Context = getContext();
1375 static CharUnits computeOffsetHint(ASTContext &Context,
1610 ASTContext &Context = getContext();
1650 ASTContext &Context = getContext();
2126 ASTContext &Ctx = getContext();
2551 ASTContext &Ctx = getContext();
3175 ASTContext &Context = CGM.getContext();
3886 static unsigned extractPBaseFlags(ASTContext &Ctx, QualType &Type) {
H A DCodeGenModule.cpp28 #include "clang/AST/ASTContext.h"
96 CodeGenModule::CodeGenModule(ASTContext &C, const HeaderSearchOptions &HSO,
2425 ASTContext::InlineVariableDefinitionKind::WeakUnknown)
2631 ASTContext::InlineVariableDefinitionKind::Strong)
3356 GetRuntimeFunctionDecl(ASTContext &C, StringRef Name) {
4130 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()];
4131 if ((SI.SectionFlags & ASTContext::PSF_Write) == 0)
4211 static bool isVarDeclStrongDefinition(const ASTContext &Context,
4738 const ASTContext &Context = getContext();
5878 static QualType GeneralizeType(ASTContext
[all...]
H A DCGObjCMac.cpp19 #include "clang/AST/ASTContext.h"
197 ASTContext &Ctx = CGM.getContext();
235 ASTContext &Ctx = CGM.getContext();
250 ASTContext &Ctx = CGM.getContext();
269 ASTContext &Ctx = CGM.getContext();
304 ASTContext &Ctx = CGM.getContext();
324 ASTContext &Ctx = CGM.getContext();
338 ASTContext &Ctx = CGM.getContext();
350 ASTContext &Ctx = CGM.getContext();
1851 static bool hasObjCExceptionAttribute(ASTContext
[all...]
H A DCGDebugInfo.cpp21 #include "clang/AST/ASTContext.h"
53 static uint32_t getTypeAlignIfRequired(const Type *Ty, const ASTContext &Ctx) {
58 static uint32_t getTypeAlignIfRequired(QualType Ty, const ASTContext &Ctx) {
62 static uint32_t getDeclAlignIfRequired(const Decl *D, const ASTContext &Ctx) {
345 ASTContext &Context = CGM.getContext();
726 ASTContext::BuiltinVectorTypeInfo Info =
2012 ASTContext &Context = CGM.getContext();
3032 static QualType UnwrapTypeForDebugInfo(QualType T, const ASTContext &C) {
4396 const CGBlockInfo &Block, const ASTContext &Context, SourceLocation Loc,
4439 ASTContext
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp22 #include "clang/AST/ASTContext.h"
83 clang::ASTContext &scratch_ast_context =
283 " CompleteTagDecl on (ASTContext*){0} Completing "
311 " [CompleteObjCInterfaceDecl] on (ASTContext*){0} '{1}' "
404 "FindExternalLexicalDecls on (ASTContext*){0} '{1}' in "
412 "FindExternalLexicalDecls on (ASTContext*){0} '{1}' in "
419 "FindExternalLexicalDecls on (ASTContext*){0} '{1}' in a "
520 "(ASTContext*){0} '{1}' for '{2}' in a NULL DeclContext",
526 "(ASTContext*){0} '{1}' for '{2}' in '{3}'",
532 "(ASTContext*){
[all...]
H A DClangExpressionParser.cpp9 #include "clang/AST/ASTContext.h"
649 clang::ASTContext &ast_context = m_compiler->getASTContext();
652 "Expression ASTContext for '" + m_filename + "'", ast_context);
1063 clang::ASTContext &ast_context = m_compiler->getASTContext();
1096 // Check that the ASTReader is properly attached to ASTContext and Sema.
1099 "ASTContext doesn't know about the ASTReader?");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp351 &Context.getManglingNumberContext(ASTContext::NeedExtraManglingDecl,
453 ASTContext::NeedExtraManglingDecl, ManglingContextDecl);
724 ASTContext &Ctx = getASTContext();
H A DSemaType.cpp15 #include "clang/AST/ASTContext.h"
1294 ASTContext &Context = S.Context;
4254 static AttrT *createSimpleAttr(ASTContext &Ctx, ParsedAttr &AL) {
4259 static Attr *createNullabilityAttr(ASTContext &Ctx, ParsedAttr &Attr,
4301 ASTContext &Context = S.Context;
5729 ASTContext &Context;
5734 TypeSpecLocFiller(Sema &S, ASTContext &Context, TypeProcessingState &State,
5937 ASTContext &Context;
5942 DeclaratorLocFiller(ASTContext &Context, TypeProcessingState &State,
6386 ASTContext
[all...]
H A DSemaLookup.cpp14 #include "clang/AST/ASTContext.h"
692 ASTContext &Context, const OpenCLBuiltinStruct &OpenCLBuiltin,
713 /// \param Context (in) The ASTContext instance.
721 ASTContext &Context, unsigned GenTypeMaxCnt,
781 ASTContext &Context = S.Context;
1130 CppNamespaceLookup(Sema &S, LookupResult &R, ASTContext &Context,
4414 ASTContext &Context, DeclContext *CurContext, CXXScopeSpec *CurScopeSpec)
H A DAnalysisBasedWarnings.cpp732 ContainsReference(ASTContext &Context, const DeclRefExpr *Needle)
1326 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM,
1361 ASTContext &Ctx = S.getASTContext();
H A DSemaDeclObjC.cpp15 #include "clang/AST/ASTContext.h"
1342 ASTContext &Context;
1345 ObjCTypeArgOrProtocolValidatorCCC(ASTContext &context,
2265 static bool isObjCTypeSubstitutable(ASTContext &Context,
3131 static bool tryMatchRecordTypes(ASTContext &Context,
3135 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy,
3192 static bool tryMatchRecordTypes(ASTContext &Context,
H A DSemaExprObjC.cpp13 #include "clang/AST/ASTContext.h"
227 ASTContext &Context = S.Context;
264 ASTContext &CX = S.Context;
1427 static QualType stripObjCInstanceType(ASTContext &Context, QualType T) {
1460 ASTContext &Context = S.Context;
3530 ASTContext &Context;
3541 ARCCastChecker(ASTContext &Context, ARCConversionTypeClass source,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp16 #include "clang/AST/ASTContext.h"
732 static DefinedOrUnknownSVal getTypeSize(QualType Ty, ASTContext &Ctx,
1104 ASTContext &Ctx){
1347 ASTContext &C = getContext();
H A DSymbolManager.cpp15 #include "clang/AST/ASTContext.h"
314 ASTContext &Ctx = R->getMemRegionManager().getContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp15 #include "clang/AST/ASTContext.h"
399 // Keep track of the type of this completion in an ASTContext-agnostic
518 ASTContext *Context;
528 ASTInfoCollector(Preprocessor &PP, ASTContext *Context,
598 // Initialize the ASTContext
604 // We didn't have access to the comment options when the ASTContext was
811 AST->Ctx = new ASTContext(*AST->LangOpts, AST->getSourceManager(),
1968 ASTContext &Ctx,
H A DCompilerInstance.cpp11 #include "clang/AST/ASTContext.h"
116 void CompilerInstance::setASTContext(ASTContext *Value) {
484 // ASTContext
488 auto *Context = new ASTContext(getLangOpts(), PP.getSourceManager(),
513 InMemoryModuleCache &ModuleCache, ASTContext &Context,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp947 ASTContext &Ctx = C.getASTContext();
1044 ASTContext &AC = FD->getASTContext();
1058 ASTContext &AC = FD->getASTContext();
1470 ASTContext &AstContext = C.getASTContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp10 #include "clang/AST/ASTContext.h"
17 NSAPI::NSAPI(ASTContext &ctx)
H A DStmtProfile.cpp13 #include "clang/AST/ASTContext.h"
78 const ASTContext &Context;
82 const ASTContext &Context, bool Canonical)
2219 void Stmt::Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp438 const FunctionDecl &Func, ASTContext &Context)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp106 clang::ASTContext &ast = clang_ast.getASTContext();
320 GetDeclFromContextByName(const clang::ASTContext &ast,

Completed in 499 milliseconds

<<11121314151617