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

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 70 ASTContext &Ctx = C.getASTContext();
130 ASTContext &Ctx = C.getASTContext();
DynamicTypePropagation.cpp 149 ASTContext &Ctx = C.getASTContext();
380 const ObjCObjectPointerType *MostInformativeCandidate, ASTContext &C) {
425 const ObjCObjectPointerType *To, ASTContext &C) {
454 ASTContext &C) {
539 ASTContext &ASTCtxt = C.getASTContext();
652 const ObjCObjectPointerType *TrackedType, ASTContext &ASTCtxt) {
687 const ObjCObjectPointerType *SelfType, ASTContext &C) {
721 ASTContext &ASTCtxt = C.getASTContext();
827 ASTContext &ASTCtxt = C.getASTContext();
    [all...]
ArrayBoundCheckerV2.cpp 280 ASTContext &astContext = svalBuilder.getContext();
289 astContext.getTypeSizeInChars(elemType),
ObjCSuperDeallocChecker.cpp 36 void initIdentifierInfoAndSelectors(ASTContext &Ctx) const;
231 ObjCSuperDeallocChecker::initIdentifierInfoAndSelectors(ASTContext &Ctx) const {
246 ASTContext &Ctx = M.getState()->getStateManager().getContext();
CastToStructChecker.cpp 37 ASTContext &Ctx = C.getASTContext();
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 12 #include "clang/AST/ASTContext.h"
60 void HandleTranslationUnit(ASTContext &context) override {
  /external/clang/include/clang/Sema/
SemaInternal.h 18 #include "clang/AST/ASTContext.h"
44 inline bool IsVariableAConstantExpression(VarDecl *Var, ASTContext &Context) {
214 ASTContext &getContext() const { return SemaRef.Context; }
235 ASTContext &Context;
251 NamespaceSpecifierSet(ASTContext &Context, DeclContext *CurContext,
  /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/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; }
699 MatchVisitor(ASTContext* Context,
709 ASTContext* Context;
748 ASTContext *ActiveASTContext;
874 void HandleTranslationUnit(ASTContext &Context) override {
889 ASTContext *Context)
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 22 #include "clang/AST/ASTContext.h"
262 const clang::ASTContext& context) {
298 clang::ASTContext& context,
332 clang::ASTContext& context,
359 clang::ASTContext& context,
378 clang::ASTContext& context,
445 clang::ASTContext& context,
452 clang::ASTContext& context,
470 clang::ASTContext& context,
563 clang::ASTContext* context = result.Context
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 759 class AstContext {
793 AstContext(HOptimizedGraphBuilder* owner, Expression::Context kind);
794 virtual ~AstContext();
809 AstContext* outer_;
814 class EffectContext final : public AstContext {
817 : AstContext(owner, Expression::kEffect) {
829 class ValueContext final : public AstContext {
832 : AstContext(owner, Expression::kValue), flag_(flag) {
849 class TestContext final : public AstContext {
855 : AstContext(owner, Expression::kTest)
    [all...]
  /external/clang/lib/AST/
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,
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,
270 ASTContext &Ctx) {
323 ASTContext &Decl::getASTContext() const {
337 ASTContext &Ctx = getASTContext();
359 void Decl::markUsed(ASTContext &C) {
402 static AvailabilityResult CheckAvailability(ASTContext &Context,
704 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) {
    [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 278 ASTContext *Ctx;
342 ASTContext &getASTContext() const { return *Ctx; }
345 void setASTContext(ASTContext &ctx);
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 11 #include "clang/AST/ASTContext.h"
116 ASTContext &Context = CurrentSema->getASTContext();
158 ASTContext &Context = CurrentSema->getASTContext();
  /external/clang/lib/Parse/
ParsePragma.cpp 15 #include "clang/AST/ASTContext.h"
568 int SectionFlags = ASTContext::PSF_Read;
585 ASTContext::PragmaSectionFlag Flag =
586 llvm::StringSwitch<ASTContext::PragmaSectionFlag>(
588 .Case("read", ASTContext::PSF_Read)
589 .Case("write", ASTContext::PSF_Write)
590 .Case("execute", ASTContext::PSF_Execute)
591 .Case("shared", ASTContext::PSF_Invalid)
592 .Case("nopage", ASTContext::PSF_Invalid)
593 .Case("nocache", ASTContext::PSF_Invalid
    [all...]
  /external/clang/include/clang/AST/
DeclLookups.h 17 #include "clang/AST/ASTContext.h"
  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 38 /// separate compiler instance that reuses the ASTContext and othen information
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 22 #include "clang/AST/ASTContext.h"
TransUnusedInitDelegate.cpp 25 #include "clang/AST/ASTContext.h"
  /external/clang/lib/Frontend/
ASTMerge.cpp 10 #include "clang/AST/ASTContext.h"
  /external/clang/lib/Sema/
SemaAttr.cpp 253 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags);
258 !(Section->second.SectionFlags & ASTContext::PSF_Implicit))
281 if (!(Section->second.SectionFlags & ASTContext::PSF_Implicit)) {
290 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.h 56 /// ASTContext, Preprocessor, SourceManager of the original compiler instance.
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 15 #include "clang/AST/ASTContext.h"
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 13 #include "clang/AST/ASTContext.h"

Completed in 1045 milliseconds

1 2 3 4 5 67 8 91011>>