HomeSort by relevance Sort by last modified time
    Searched refs:ASTContext (Results 126 - 150 of 326) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/include/clang/AST/
DeclarationName.h 25 class ASTContext;
342 const ASTContext &Ctx;
351 DeclarationNameTable(const ASTContext &C);
ExternalASTSource.h 311 uint32_t incrementGeneration(ASTContext &C);
403 // Defined in ASTContext.h
404 static ValueType makeValue(const ASTContext &Ctx, T Value);
407 explicit LazyGenerationalUpdatePtr(const ASTContext &Ctx, T Value = T())
DeclBase.h 316 void *operator new(std::size_t Size, const ASTContext &Ctx, unsigned ID,
320 void *operator new(std::size_t Size, const ASTContext &Ctx,
416 ASTContext &getASTContext() const LLVM_READONLY;
529 void markUsed(ASTContext &C);
    [all...]
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 45 void HandleTranslationUnit(ASTContext& context) override {
  /external/clang/include/clang/Basic/
Builtins.h 29 class ASTContext;
  /external/clang/include/clang/Sema/
IdentifierResolver.h 23 class ASTContext;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 33 class ASTContext;
380 virtual ASTContext &getASTContext() = 0;
446 ASTContext &getContext() { return D.getASTContext(); }
546 ASTContext &getASTContext() {
  /external/clang/lib/AST/
ExternalASTSource.cpp 17 #include "clang/AST/ASTContext.h"
114 uint32_t ExternalASTSource::incrementGeneration(ASTContext &C) {
Android.mk 28 ASTContext.cpp \
ASTDiagnostic.cpp 14 #include "clang/AST/ASTContext.h"
29 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) {
228 ConvertTypeToDiagnosticString(ASTContext &Context, QualType Ty,
315 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType,
329 ASTContext &Context = *static_cast<ASTContext*>(Cookie);
461 /// Context - The ASTContext which is used for comparing template arguments.
462 ASTContext &Context;
827 TSTiterator(ASTContext &Context, const TemplateSpecializationType *TST)
913 ASTContext &Context, QualType Ty)
    [all...]
RecordLayoutBuilder.cpp 11 #include "clang/AST/ASTContext.h"
106 const ASTContext &Context;
169 EmptySubobjectMap(const ASTContext &Context, const CXXRecordDecl *Class)
570 friend class clang::ASTContext;
572 const ASTContext &Context;
658 ItaniumRecordLayoutBuilder(const ASTContext &Context,
    [all...]
DeclBase.cpp 15 #include "clang/AST/ASTContext.h"
55 void *Decl::operator new(std::size_t Size, const ASTContext &Context,
75 void *Decl::operator new(std::size_t Size, const ASTContext &Ctx,
258 ASTContext &Ctx) {
311 ASTContext &Decl::getASTContext() const {
325 ASTContext &Ctx = getASTContext();
343 void Decl::markUsed(ASTContext &C) {
374 static AvailabilityResult CheckAvailability(ASTContext &Context,
661 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) {
1101 ASTContext &Context = DC->getParentASTContext()
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 21 #include "clang/AST/ASTContext.h"
326 void set_active_ast_context(ASTContext *NewActiveASTContext) {
483 ASTContext &getASTContext() const override { return *ActiveASTContext; }
688 MatchVisitor(ASTContext* Context,
698 ASTContext* Context;
737 ASTContext *ActiveASTContext;
881 void HandleTranslationUnit(ASTContext &Context) override {
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 36 class ASTContext;
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 148 ASTContext &Ctx = C.getASTContext();
380 const ObjCObjectPointerType *MostInformativeCandidate, ASTContext &C) {
417 const ObjCObjectPointerType *To, ASTContext &C) {
446 ASTContext &C) {
514 ASTContext &ASTCtxt = C.getASTContext();
627 const ObjCObjectPointerType *TrackedType, ASTContext &ASTCtxt) {
662 const ObjCObjectPointerType *SelfType, ASTContext &C) {
696 ASTContext &ASTCtxt = C.getASTContext();
803 ASTContext &ASTCtxt = C.getASTContext();
    [all...]
CheckObjCDealloc.cpp 35 ASTContext &Ctx) {
85 ASTContext &Ctx = BR.getContext();
SimpleStreamChecker.cpp 60 void initIdentifierInfo(ASTContext &Ctx) const;
278 void SimpleStreamChecker::initIdentifierInfo(ASTContext &Ctx) const {
VforkChecker.cpp 89 ASTContext &AC = C.getASTContext();
113 ASTContext &AC = C.getASTContext();
BasicObjCFoundationChecks.cpp 18 #include "clang/AST/ASTContext.h"
235 ASTContext &Ctx = C.getASTContext();
265 ASTContext &Ctx = C.getASTContext();
294 ASTContext &Ctx = C.getASTContext();
377 static Optional<uint64_t> GetCFNumberSize(ASTContext &Ctx, uint64_t i) {
436 ASTContext &Ctx = C.getASTContext();
554 ASTContext &Ctx = C.getASTContext();
643 ASTContext &Ctx = C.getASTContext();
752 ASTContext &Ctx = C.getASTContext();
    [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 21 #include "clang/AST/ASTContext.h"
95 clang::ASTContext &C = Context->getASTContext();
168 clang::ASTContext &C = Context->getASTContext();
323 clang::ASTContext &Ctx = Context->getASTContext();
334 const clang::ASTContext &C = Context->getASTContext();
  /external/clang/tools/libclang/
CXCursor.h 24 class ASTContext;
247 ASTContext &getCursorContext(CXCursor Cursor);
CXType.cpp 110 ASTContext &Ctx = cxtu::getASTUnit(TU)->getASTContext();
153 ASTContext &Context = cxtu::getASTUnit(TU)->getASTContext();
703 ASTContext &Ctx = cxtu::getASTUnit(GetTU(T))->getASTContext();
714 // Exceptions by GCC extension - see ASTContext.cpp:1313 getTypeInfoImpl
734 ASTContext &Ctx = cxtu::getASTUnit(GetTU(T))->getASTContext();
753 // not handled by ASTContext.cpp:1313 getTypeInfoImpl
814 ASTContext &Ctx = cxtu::getASTUnit(GetTU(PT))->getASTContext();
846 ASTContext &Ctx = cxcursor::getCursorContext(C);
887 ASTContext &Ctx = cxcursor::getCursorContext(C);
  /external/clang/unittests/Tooling/
TestVisitor.h 19 #include "clang/AST/ASTContext.h"
85 void HandleTranslationUnit(clang::ASTContext &Context) override {
108 ASTContext *Context;
  /external/clang/include/clang/Frontend/
ASTUnit.h 18 #include "clang/AST/ASTContext.h"
48 class ASTContext;
66 /// \brief Utility class for loading a ASTContext from an AST file.
95 IntrusiveRefCntPtr<ASTContext> Ctx;
508 const ASTContext &getASTContext() const { return *Ctx; }
509 ASTContext &getASTContext() { return *Ctx; }
511 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 12 #include "clang/AST/ASTContext.h"
43 bool trans::canApplyWeak(ASTContext &Ctx, QualType type,
124 ASTContext &Ctx, bool IsDecl) {
136 ASTContext &Ctx,
173 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) {
523 ASTContext &Ctx = pass.Ctx;

Completed in 624 milliseconds

1 2 3 4 56 7 8 91011>>