Searched refs:ASTContext (Results 251 - 275 of 415) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h379 clang::ASTContext *m_ast_context;
H A DCxxModuleHandler.cpp19 CxxModuleHandler::CxxModuleHandler(ASTImporter &importer, ASTContext *target)
115 /// decl context in the ASTContext of the given Sema. Potentially deserializes
H A DASTUtils.h147 void Initialize(clang::ASTContext &Context) override {
163 void HandleTranslationUnit(clang::ASTContext &Ctx) override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp13 #include "clang/AST/ASTContext.h"
848 int SectionFlags = ASTContext::PSF_Read;
865 ASTContext::PragmaSectionFlag Flag =
866 llvm::StringSwitch<ASTContext::PragmaSectionFlag>(
868 .Case("read", ASTContext::PSF_Read)
869 .Case("write", ASTContext::PSF_Write)
870 .Case("execute", ASTContext::PSF_Execute)
871 .Case("shared", ASTContext::PSF_Invalid)
872 .Case("nopage", ASTContext::PSF_Invalid)
873 .Case("nocache", ASTContext
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp201 ASTContext &C = BR.getContext();
H A DDynamicTypeChecker.cpp182 ASTContext &ASTCtxt = C.getASTContext();
H A DMIGChecker.cpp235 ASTContext &ACtx = C.getASTContext();
H A DTrustNonnullChecker.cpp57 TrustNonnullChecker(ASTContext &Ctx)
H A DIdenticalExprChecker.cpp28 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1,
306 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1,
H A DIvarInvalidationChecker.cpp118 ASTContext &Ctx;
150 ASTContext &InCtx)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h244 friend class ASTContext; // walks the chain deleting these
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp210 void Environment::printJson(raw_ostream &Out, const ASTContext &Ctx,
H A DExprEngineCallAndReturn.cpp842 static bool hasMember(const ASTContext &Ctx, const CXXRecordDecl *RD,
864 static bool isContainerClass(const ASTContext &Ctx, const CXXRecordDecl *RD) {
875 static bool isContainerMethod(const ASTContext &Ctx,
909 ASTContext &Ctx = CalleeADC->getASTContext();
H A DProgramState.cpp75 ProgramStateManager::ProgramStateManager(ASTContext &Ctx,
333 ASTContext &Ctx = svalBuilder.getContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp43 void HandleTranslationUnit(ASTContext &Context) override {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h17 #include "clang/AST/ASTContext.h"
55 ASTContext &getContext() { return Reader->getContext(); }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h83 ASTContext &getASTContext() {
H A DProgramState.h33 class ASTContext;
496 ProgramStateManager(ASTContext &Ctx,
506 ASTContext &getContext() { return svalBuilder->getContext(); }
507 const ASTContext &getContext() const { return svalBuilder->getContext(); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp17 #include "clang/AST/ASTContext.h"
43 ASTContext &Ctx = Pass.Ctx;
H A DTransformActions.cpp10 #include "clang/AST/ASTContext.h"
30 ASTContext &Ctx;
122 ASTContext &ctx, Preprocessor &PP)
125 ASTContext &getASTContext() { return Ctx; }
607 ASTContext &ctx, Preprocessor &PP)
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp16 #include "clang/AST/ASTContext.h"
156 const ASTContext &Context) const {
H A DDeclPrinter.cpp13 #include "clang/AST/ASTContext.h"
31 const ASTContext &Context;
47 void PrintObjCMethodType(ASTContext &Ctx, Decl::ObjCDeclQualifier Quals,
54 const ASTContext &Context, unsigned Indentation = 0,
133 void TemplateParameterList::print(raw_ostream &Out, const ASTContext &Context,
138 void TemplateParameterList::print(raw_ostream &Out, const ASTContext &Context,
218 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
1171 void DeclPrinter::PrintObjCMethodType(ASTContext &Ctx,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp15 #include "clang/AST/ASTContext.h"
52 const ASTContext &Context =
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h78 class ASTContext;
1058 virtual ASTContext &getASTContext() const = 0;
1061 virtual bool matchesChildOf(const DynTypedNode &Node, ASTContext &Ctx,
1066 virtual bool matchesDescendantOf(const DynTypedNode &Node, ASTContext &Ctx,
1071 virtual bool matchesAncestorOf(const DynTypedNode &Node, ASTContext &Ctx,
1896 const ASTContext &Context);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h17 #include "clang/AST/ASTContext.h"
389 static LValue MakeAddr(Address address, QualType type, ASTContext &Context,
655 CharUnits getPreferredSize(ASTContext &Ctx, QualType Type) const {

Completed in 166 milliseconds

<<11121314151617