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

1 2 3 4 56 7 8 91011>>

  /external/clang/unittests/Tooling/
TestVisitor.h 19 #include "clang/AST/ASTContext.h"
85 void HandleTranslationUnit(clang::ASTContext &Context) override {
108 ASTContext *Context;
  /frameworks/compile/slang/
slang.h 53 class ASTContext;
125 std::unique_ptr<clang::ASTContext> mASTContext;
199 clang::ASTContext &getASTContext() { return *mASTContext; }
slang_rs_context.h 43 class ASTContext;
80 clang::ASTContext &mCtx;
134 clang::ASTContext &Ctx,
145 inline clang::ASTContext &getASTContext() const { return mCtx; }
slang_rs_object_ref_count.cpp 42 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) {
96 clang::Stmt *CreateSingleRSSetObject(clang::ASTContext &C,
103 clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C,
126 void AppendAfterStmt(clang::ASTContext &C,
264 clang::Expr *ClearSingleRSObject(clang::ASTContext &C,
341 clang::ASTContext &C,
348 clang::ASTContext &C,
555 clang::ASTContext &C,
677 clang::Stmt *CreateSingleRSSetObject(clang::ASTContext &C,
731 clang::Stmt *CreateStructRSSetObject(clang::ASTContext &C
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 25 class ASTContext;
159 static ObjCArrayLiteral *Create(const ASTContext &C,
164 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
295 static ObjCDictionaryLiteral *Create(const ASTContext &C,
301 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
354 /// obtained from ASTContext with the encoding type as an argument.
704 QualType getReceiverType(const ASTContext &ctx) const;
    [all...]
VTTBuilder.h 69 ASTContext &Ctx;
134 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 37 class ASTContext;
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 12 #include "clang/AST/ASTContext.h"
TransZeroOutPropsInDealloc.cpp 18 #include "clang/AST/ASTContext.h"
44 ASTContext &Ctx = Pass.Ctx;
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 17 #include "clang/AST/ASTContext.h"
35 ASTContext *Ctx;
118 void Initialize(ASTContext &Context) override {
250 void HandleTranslationUnit(ASTContext &Ctx) override {
ABIInfo.h 25 class ASTContext;
66 ASTContext &getContext() const;
CGLoopInfo.h 33 class ASTContext;
108 void push(llvm::BasicBlock *Header, clang::ASTContext &Ctx,
  /external/clang/lib/Frontend/
PCHContainerOperations.cpp 40 void HandleTranslationUnit(ASTContext &Ctx) override {
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 51 const Expr *TheArgument, ASTContext &Context) const;
68 ASTContext &Context) const {
133 ASTContext &Context;
253 CheckOverflowOps(theVecType &v, ASTContext &ctx)
CastSizeChecker.cpp 49 static bool evenFlexibleArraySize(ASTContext &Ctx, CharUnits RegionSize,
90 ASTContext &Ctx = C.getASTContext();
  /external/clang/tools/libclang/
CXType.cpp 112 ASTContext &Ctx = cxtu::getASTUnit(TU)->getASTContext();
155 ASTContext &Context = cxtu::getASTUnit(TU)->getASTContext();
716 ASTContext &Ctx = cxtu::getASTUnit(GetTU(T))->getASTContext();
727 // Exceptions by GCC extension - see ASTContext.cpp:1313 getTypeInfoImpl
747 ASTContext &Ctx = cxtu::getASTUnit(GetTU(T))->getASTContext();
766 // not handled by ASTContext.cpp:1313 getTypeInfoImpl
827 ASTContext &Ctx = cxtu::getASTUnit(GetTU(PT))->getASTContext();
859 ASTContext &Ctx = cxcursor::getCursorContext(C);
900 ASTContext &Ctx = cxcursor::getCursorContext(C);
  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 11 #include "clang/AST/ASTContext.h"
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.h 28 void HandleTranslationUnit(clang::ASTContext& context) override;
  /external/v8/tools/clang/plugins/
FindBadConstructsAction.cpp 23 void HandleTranslationUnit(clang::ASTContext& context) override {
  /external/clang/lib/AST/
Type.cpp 14 #include "clang/AST/ASTContext.h"
67 bool QualType::isConstant(QualType T, const ASTContext &Ctx) {
77 unsigned ConstantArrayType::getNumAddressingBits(const ASTContext &Context,
112 unsigned ConstantArrayType::getMaxSizeBits(const ASTContext &Context) {
124 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context,
137 const ASTContext &Context,
149 ASTContext &Context,
166 const ASTContext &Context,
212 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) {
218 const ASTContext &Context)
    [all...]
TemplateName.cpp 42 ASTContext &Context) {
47 ASTContext &Context,
  /bionic/tools/versioner/src/
DeclarationDatabase.h 34 class ASTContext;
201 void parseAST(CompilationType type, clang::ASTContext& ast);
  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_processing.cpp 37 clang::ASTContext *ast_contextp,
157 void HeaderASTConsumer::HandleTranslationUnit(clang::ASTContext &ctx) {
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 18 class ASTContext;
115 virtual void start(ASTContext &Ctx) { }
  /external/clang/lib/Index/
IndexingAction.cpp 51 void Initialize(ASTContext &Context) override {
68 void HandleTranslationUnit(ASTContext &Ctx) override {

Completed in 1351 milliseconds

1 2 3 4 56 7 8 91011>>