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

1 2 3 4 5 67 8 91011>>

  /external/clang/include/clang/AST/
APValue.h 25 class ASTContext;
197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
198 std::string getAsString(ASTContext &Ctx, QualType Ty) const;
VTableBuilder.h 360 ItaniumVTableContext(ASTContext &Context);
501 ASTContext &Context;
532 MicrosoftVTableContext(ASTContext &Context)
CXXInheritance.h 165 bool lookupInBases(ASTContext &Context, const CXXRecordDecl *Record,
DeclContextInternals.h 246 friend class ASTContext; // walks the chain deleting these
StmtCXX.h 82 static CXXTryStmt *Create(const ASTContext &C, SourceLocation tryLoc,
85 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
StmtObjC.h 185 static ObjCAtTryStmt *Create(const ASTContext &Context,
189 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
  /external/clang/include/clang/Sema/
Overload.h 32 class ASTContext;
229 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
233 bool isPointerConversionToVoidPointer(ASTContext& Context) const;
DeclSpec.h 39 class ASTContext;
91 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
105 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
119 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
134 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
139 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
154 void MakeSuper(ASTContext &Context, CXXRecordDecl *RD,
163 void MakeTrivial(ASTContext &Context, NestedNameSpecifier *Qualifier,
175 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 277 ASTContext *Ctx;
343 ASTContext &getASTContext() const { return *Ctx; }
345 void setASTContext(ASTContext &ctx);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 30 class ASTContext;
482 ASTContext &Ctx;
485 SymbolManager(ASTContext &ctx, BasicValueFactory &bv,
552 ASTContext &getContext() { return Ctx; }
  /external/clang/lib/AST/
VTTBuilder.cpp 16 #include "clang/AST/ASTContext.h"
28 VTTBuilder::VTTBuilder(ASTContext &Ctx,
RawCommentList.cpp 11 #include "clang/AST/ASTContext.h"
177 const char *RawComment::extractBriefText(const ASTContext &Context) const {
202 comments::FullComment *RawComment::parse(const ASTContext &Context,
  /external/clang/lib/Analysis/
FormatString.cpp 260 ArgType::matchesType(ASTContext &C, QualType argTy) const {
415 QualType ArgType::getRepresentativeType(ASTContext &C) const {
451 std::string ArgType::getRepresentativeTypeName(ASTContext &C) const {
478 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const {
  /external/clang/lib/Parse/
ParseAST.cpp 16 #include "clang/AST/ASTContext.h"
100 ASTContext &Ctx, bool PrintStats,
ParsePragma.cpp 15 #include "clang/AST/ASTContext.h"
551 int SectionFlags = ASTContext::PSF_Read;
568 ASTContext::PragmaSectionFlag Flag =
569 llvm::StringSwitch<ASTContext::PragmaSectionFlag>(
571 .Case("read", ASTContext::PSF_Read)
572 .Case("write", ASTContext::PSF_Write)
573 .Case("execute", ASTContext::PSF_Execute)
574 .Case("shared", ASTContext::PSF_Invalid)
575 .Case("nopage", ASTContext::PSF_Invalid)
576 .Case("nocache", ASTContext::PSF_Invalid
    [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 15 #include "clang/AST/ASTContext.h"
26 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc,
SemaAttr.cpp 369 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags);
374 !(Section->second.SectionFlags & ASTContext::PSF_Implicit))
397 if (!(Section->second.SectionFlags & ASTContext::PSF_Implicit)) {
406 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
DeclSpec.cpp 15 #include "clang/AST/ASTContext.h"
47 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
58 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
71 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
84 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
97 void CXXScopeSpec::MakeGlobal(ASTContext &Context,
107 void CXXScopeSpec::MakeSuper(ASTContext &Context, CXXRecordDecl *RD,
119 void CXXScopeSpec::MakeTrivial(ASTContext &Context,
143 CXXScopeSpec::getWithLocInContext(ASTContext &Context) const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 98 ASTContext &Ctx) {
ObjCContainersASTChecker.cpp 32 ASTContext &ASTC;
VLASizeChecker.cpp 90 ASTContext &Ctx = C.getASTContext();
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 158 ASTContext *Ctx;
290 void Initialize(ASTContext &Context) override {
305 void HandleTranslationUnit(ASTContext &C) override;
507 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) {
  /external/clang/unittests/AST/
StmtPrinterTest.cpp 22 #include "clang/AST/ASTContext.h"
34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) {
  /frameworks/compile/slang/
slang_rs_special_kernel_param.cpp 19 #include "clang/AST/ASTContext.h"
105 clang::ASTContext &C = Context->getASTContext();
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 281 ASTContext &Ctx = Unit->getASTContext();
467 RewritesApplicator(Rewriter &rewriter, ASTContext &ctx,
560 ASTContext &Ctx = Unit->getASTContext();

Completed in 448 milliseconds

1 2 3 4 5 67 8 91011>>