HomeSort by relevance Sort by last modified time
    Searched refs:ASTContext (Results 151 - 175 of 282) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/slang/
slang_backend.cpp 24 #include "clang/AST/ASTContext.h"
231 void Backend::Initialize(clang::ASTContext &Ctx) {
260 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
  /external/clang/include/clang/AST/
DeclBase.h 337 static void *AllocateDeserializedDecl(const ASTContext &Context,
389 ASTContext &getASTContext() const LLVM_READONLY;
876 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
878 ASTContext &Ctx);
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 26 class ASTContext;
522 AttributeList *createIntegerAttribute(ASTContext &C, IdentifierInfo *Name,
706 AttributeList *addNewInteger(ASTContext &C, IdentifierInfo *name,
CodeCompleteConsumer.h 124 QualType getDeclUsageType(ASTContext &C, const NamedDecl *ND);
791 CodeCompletionString *CreateCodeCompletionString(ASTContext &Ctx,
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 282 ASTContext &Ctx = Unit->getASTContext();
511 RewritesApplicator(Rewriter &rewriter, ASTContext &ctx,
600 ASTContext &Ctx = Unit->getASTContext();
TransAutoreleasePool.cpp 32 #include "clang/AST/ASTContext.h"
249 ASTContext &Ctx;
254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope,
TransZeroOutPropsInDealloc.cpp 18 #include "clang/AST/ASTContext.h"
44 ASTContext &Ctx = Pass.Ctx;
TransformActions.cpp 11 #include "clang/AST/ASTContext.h"
31 ASTContext &Ctx;
123 ASTContext &ctx, Preprocessor &PP)
126 ASTContext &getASTContext() { return Ctx; }
603 ASTContext &ctx, Preprocessor &PP)
  /external/clang/lib/AST/
CXXInheritance.cpp 14 #include "clang/AST/ASTContext.h"
179 bool CXXBasePaths::lookupInBases(ASTContext &Context,
698 AddIndirectPrimaryBases(const CXXRecordDecl *RD, ASTContext &Context,
723 ASTContext &Context = getASTContext();
  /external/clang/tools/libclang/
CXType.cpp 100 ASTContext &Ctx = cxtu::getASTUnit(TU)->getASTContext();
137 ASTContext &Context = cxtu::getASTUnit(TU)->getASTContext();
657 ASTContext &Ctx = cxcursor::getCursorContext(C);
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 15 #include "clang/AST/ASTContext.h"
111 ASTContext &Ctx) {
158 ASTContext &Ctx,
686 ASTContext &Ctx, LiteralInfo &Info) {
778 ASTContext &Ctx = NS.getASTContext();
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 260 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx,
389 ASTContext &Ctx, bool IsObjCLiteral) {
ScanfFormatString.cpp 212 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const {
373 ASTContext &Ctx) {
  /external/clang/lib/Frontend/
FrontendAction.cpp 12 #include "clang/AST/ASTContext.h"
92 ASTContext &Ctx;
96 DeserializedDeclsChecker(ASTContext &Ctx,
MultiplexConsumer.cpp 199 void MultiplexConsumer::Initialize(ASTContext &Context) {
221 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 16 #include "clang/AST/ASTContext.h"
122 ASTContext &Ctx;
134 DeadStoreObs(const CFG &cfg, ASTContext &ctx,
DirectIvarAssignment.cpp 102 ASTContext &Ctx) {
  /external/clang/include/clang/Analysis/
CFG.h 45 class ASTContext;
152 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
153 bool isNoReturn(ASTContext &astContext) const;
678 static CFG* buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 60 class ASTContext;
213 /// instance of the ASTReader can be attached to an ASTContext object,
289 ASTContext &Context;
661 /// \brief The IDs of the types ASTContext stores directly.
666 /// \brief The IDs of CUDA-specific declarations ASTContext stores directly.
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 35 class ASTContext;
465 ProgramStateManager(ASTContext &Ctx,
475 ASTContext &getContext() { return svalBuilder->getContext(); }
476 const ASTContext &getContext() const { return svalBuilder->getContext(); }
Store.h 47 ASTContext &Ctx;
  /external/clang/lib/CodeGen/
CGCXXABI.h 80 ASTContext &getContext() const { return CGM.getContext(); }
CGCall.h 35 class ASTContext;
CodeGenModule.h 49 class ASTContext;
230 ASTContext &Context;
389 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts,
476 ASTContext &getContext() const { return Context; }
    [all...]
CodeGenTBAA.cpp 19 #include "clang/AST/ASTContext.h"
31 CodeGenTBAA::CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext& VMContext,

Completed in 199 milliseconds

1 2 3 4 5 67 8 91011>>