HomeSort by relevance Sort by last modified time
    Searched full:astcontext (Results 101 - 125 of 441) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIFunctionClassifier.cpp 22 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) {
29 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) {
86 void MPIFunctionClassifier::initCollectiveIdentifiers(ASTContext &ASTCtx) {
180 void MPIFunctionClassifier::initAdditionalIdentifiers(ASTContext &ASTCtx) {
  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 17 AnalysisManager::AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags,
  /external/clang/lib/Tooling/
FixIt.cpp 22 StringRef getText(SourceRange Range, const ASTContext &Context) {
  /external/clang/test/Sema/
block-call.c 9 // For Blocks, the ASTContext::typesAreBlockCompatible() makes sure this is an error.
  /external/clang/test/SemaCXX/
block-call.cpp 9 // For Blocks, the ASTContext::typesAreBlockCompatible() makes sure this is an error.
  /external/clang/include/clang/AST/
Expr.h 37 class ASTContext;
232 ASTContext &Ctx) const;
265 LValueClassification ClassifyLValue(ASTContext &Ctx) const;
295 isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc = nullptr) const;
373 Classification Classify(ASTContext &Ctx) const {
385 Classification ClassifyModifiable(ASTContext &Ctx, SourceLocation &Loc) const{
424 Classification ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const;
488 bool isIntegerConstantExpr(llvm::APSInt &Result, const ASTContext &Ctx,
491 bool isIntegerConstantExpr(const ASTContext &Ctx,
496 bool isCXX98IntegralConstantExpr(const ASTContext &Ctx) const
    [all...]
DeclGroup.h 23 class ASTContext;
37 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
DependentDiagnostic.h 29 class ASTContext;
38 static DependentDiagnostic *Create(ASTContext &Context,
101 static DependentDiagnostic *Create(ASTContext &Context,
ExprCXX.h 64 CXXOperatorCallExpr(ASTContext& C, OverloadedOperatorKind Op, Expr *fn,
71 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
123 CXXMemberCallExpr(ASTContext &C, Expr *fn, ArrayRef<Expr*> args,
127 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
165 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config,
170 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
268 static CXXStaticCastExpr *Create(const ASTContext &Context, QualType T,
274 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context,
304 static CXXDynamicCastExpr *Create(const ASTContext &Context, QualType T,
311 static CXXDynamicCastExpr *CreateEmpty(const ASTContext &Context
    [all...]
ASTContext.h 1 //===--- ASTContext.h - Context to hold long-lived AST nodes ----*- C++ -*-===//
11 /// \brief Defines the clang::ASTContext interface.
92 class ASTContext : public RefCountedBase<ASTContext> {
93 ASTContext &this_() { return *this; }
112 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
121 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
127 ASTContext&>
144 ASTContext&>
422 /// this ASTContext object
    [all...]
TemplateName.h 24 class ASTContext;
94 friend class ASTContext;
141 void Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context);
144 ASTContext &Context,
316 friend class ASTContext;
369 friend class ASTContext;
442 friend class ASTContext;
DeclObjC.h 49 void set(void *const* InList, unsigned Elts, ASTContext &Ctx);
60 void set(T* const* InList, unsigned Elts, ASTContext &Ctx) {
89 const SourceLocation *Locs, ASTContext &Ctx);
222 void setParamsAndSelLocs(ASTContext &C,
254 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
262 static ObjCMethodDecl *CreateDeserialized(ASTContext &C, unsigned ID);
379 void setMethodParams(ASTContext &C,
399 void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
403 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
548 ObjCTypeParamDecl(ASTContext &ctx, DeclContext *dc,
    [all...]
  /external/clang/lib/AST/
Expr.cpp 15 #include "clang/AST/ASTContext.h"
213 static void computeDeclRefDependence(const ASTContext &Ctx, NamedDecl *D,
306 void DeclRefExpr::computeDependence(const ASTContext &Ctx) {
322 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx,
368 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context,
384 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context,
412 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context,
473 ASTContext &Context = CurrentDecl->getASTContext();
691 void APNumericStorage::setIntValue(const ASTContext &C,
708 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V
    [all...]
DeclObjC.cpp 15 #include "clang/AST/ASTContext.h"
27 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) {
38 const SourceLocation *Locs, ASTContext &Ctx) {
202 ObjCPropertyDecl::getDefaultSynthIvarName(ASTContext &Ctx) const {
412 ASTContext &C)
751 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
762 ObjCMethodDecl *ObjCMethodDecl::CreateDeserialized(ASTContext &C, unsigned ID) {
795 void ObjCMethodDecl::setParamsAndSelLocs(ASTContext &C,
820 void ObjCMethodDecl::setMethodParams(ASTContext &C,
840 ASTContext &Ctx = getASTContext()
    [all...]
TemplateBase.cpp 16 #include "clang/AST/ASTContext.h"
72 TemplateArgument::TemplateArgument(ASTContext &Ctx, const llvm::APSInt &Value,
78 // If the value is large, we have to get additional memory from the ASTContext
92 TemplateArgument::CreatePackCopy(ASTContext &Context,
247 const ASTContext &Context) const {
530 ASTTemplateArgumentListInfo::Create(ASTContext &C,
  /external/clang/lib/ARCMigrate/
Internals.h 55 ASTContext &ctx, Preprocessor &PP);
147 ASTContext &Ctx;
156 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode,
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 25 class ASTContext;
46 ASTContext &Context;
92 CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext &VMContext,
  /external/clang/lib/Sema/
TypeLocBuilder.h 18 #include "clang/AST/ASTContext.h"
104 TypeSourceInfo *getTypeSourceInfo(ASTContext& Context, QualType T) {
117 TypeLoc getTypeLocInContext(ASTContext &Context, QualType T) {
  /frameworks/compile/slang/
slang_rs_export_func.cpp 21 #include "clang/AST/ASTContext.h"
38 const clang::ASTContext &C = FD->getASTContext();
67 clang::ASTContext &Ctx = Context->getASTContext();
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 75 void initializeSelectors(ASTContext &Ctx) const;
76 void fillSelectors(ASTContext &Ctx, ArrayRef<SelectorDescriptor> Sel,
101 void ObjCSuperCallChecker::fillSelectors(ASTContext &Ctx,
119 void ObjCSuperCallChecker::initializeSelectors(ASTContext &Ctx) const {
169 ASTContext &Ctx = BR.getContext();
MallocSizeofChecker.cpp 55 CastedAllocFinder(ASTContext *Ctx) :
138 static bool typesCompatible(ASTContext &C, QualType A, QualType B) {
163 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) {
  /external/clang/tools/c-index-test/
core_main.cpp 57 static void printSymbolNameAndUSR(const Decl *D, ASTContext &Ctx,
70 void initialize(ASTContext &Ctx) override {
78 ASTContext &Ctx = D->getASTContext();
113 ASTContext &Ctx = ImportD->getASTContext();
179 static void printSymbolNameAndUSR(const Decl *D, ASTContext &Ctx,
  /external/clang/lib/Frontend/
ASTConsumers.cpp 17 #include "clang/AST/ASTContext.h"
43 void HandleTranslationUnit(ASTContext &Context) override {
108 void HandleTranslationUnit(ASTContext &Context) override {
147 ASTContext *Context;
149 void Initialize(ASTContext &Context) override {
189 void HandleTranslationUnit(ASTContext &C) override {
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 72 static void printSourceLocation(SourceLocation loc, ASTContext &Ctx,
74 static void printSourceRange(CharSourceRange range, ASTContext &Ctx,
80 ASTContext *Ctx;
87 void start(ASTContext &ctx) override { Ctx = &ctx; }
307 static void printSourceLocation(SourceLocation loc, ASTContext &Ctx,
317 static void printSourceRange(CharSourceRange range, ASTContext &Ctx,
  /external/clang/tools/libclang/
CIndexHigh.cpp 64 ASTContext &getASTContext() const {
188 ASTContext &Ctx = data->getASTContext();
258 ASTContext &getASTContext() const {
283 ASTContext &Ctx = data->getASTContext();
350 ASTContext &getASTContext() const {
361 ASTContext &Ctx = getASTContext();

Completed in 595 milliseconds

1 2 3 45 6 7 8 91011>>