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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/AST/
ExprConstant.cpp 37 #include "clang/AST/ASTContext.h"
115 unsigned findMostDerivedSubobject(ASTContext &Ctx, QualType Base,
193 SubobjectDesignator(ASTContext &Ctx, const APValue &V)
437 ASTContext &Ctx;
537 EvalInfo(const ASTContext &C, Expr::EvalStatus &S, EvaluationMode Mode)
538 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr),
    [all...]
DeclPrinter.cpp 14 #include "clang/AST/ASTContext.h"
44 void PrintObjCMethodType(ASTContext &Ctx, Decl::ObjCDeclQualifier Quals,
187 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
980 void DeclPrinter::PrintObjCMethodType(ASTContext &Ctx,
    [all...]
DeclarationName.cpp 14 #include "clang/AST/ASTContext.h"
340 DeclarationNameTable::DeclarationNameTable(const ASTContext &C) : Ctx(C) {
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 67 ASTContext *Context;
185 void InitializeCommon(ASTContext &context);
249 void HandleTranslationUnit(ASTContext &C) override;
410 void Initialize(ASTContext &context) override;
547 // FIXME: This predicate seems like it would be useful to add to ASTContext.
590 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
674 void RewriteModernObjC::InitializeCommon(ASTContext &context) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 16 #include "clang/AST/ASTContext.h"
268 ASTContext::GetBuiltinTypeError Error;
270 if (Error != ASTContext::GE_None)
649 static QualType getNeonEltType(NeonTypeFlags Flags, ASTContext &Context,
    [all...]
SemaCodeComplete.cpp 450 getRequiredQualification(ASTContext &Context,
653 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
779 ASTContext &Context = SemaRef.Context;
    [all...]
SemaDecl.cpp 17 #include "clang/AST/ASTContext.h"
217 ASTContext &Context = S.Context;
459 synthesizeCurrentNestedNameSpecifier(ASTContext &Context, DeclContext *DC) {
718 ASTContext &Context = S.Context;
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 95 const ASTContext &Context = getContext();
    [all...]
CGBlocks.cpp 78 ASTContext &C = CGM.getContext();
318 ASTContext &C = CGM.getContext();
    [all...]
CGCUDANV.cpp 83 ASTContext &Ctx = CGM.getContext();
CGCXXABI.h 79 ASTContext &getContext() const { return CGM.getContext(); }
CGValue.h 18 #include "clang/AST/ASTContext.h"
372 ASTContext &Context,
TargetInfo.cpp 45 // Context - The associated ASTContext
48 ASTContext &Context,
129 ASTContext &ABIInfo::getContext() const {
352 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
356 static bool isEmptyField(ASTContext &Context, const FieldDecl *FD,
389 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) {
417 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) {
484 static bool is32Or64BitBasicType(QualType Ty, ASTContext &Context) {
509 static bool canExpandIndirectArgument(QualType Ty, ASTContext &Context) {
791 static bool isX86VectorTypeForVectorCall(ASTContext &Context, QualType Ty)
    [all...]
CGCall.cpp 65 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) {
661 getTypeExpansion(QualType Ty, const ASTContext &Context) {
718 static int getExpansionSize(QualType Ty, const ASTContext &Context) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 16 #include "clang/AST/ASTContext.h"
373 // Keep track of the type of this completion in an ASTContext-agnostic
492 ASTContext &Context;
500 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt,
551 // Initialize the ASTContext
554 // We didn't have access to the comment options when the ASTContext was
704 AST->Ctx = new ASTContext(AST->ASTFileLangOpts, AST->getSourceManager(),
707 ASTContext &Context = *AST->Ctx;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 151 static bool SummarizeRegion(raw_ostream &os, ASTContext &Ctx,
358 ASTContext &Ctx = svalBuilder.getContext();
499 ASTContext &Ctx = svalBuilder.getContext();
836 ASTContext &Ctx = svalBuilder.getContext();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 184 ASTContext &Ctx = svalBuilder.getContext();
908 ASTContext &Ctx){
    [all...]
ProgramState.cpp 70 ProgramStateManager::ProgramStateManager(ASTContext &Ctx,
316 ASTContext &Ctx = svalBuilder.getContext();
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 12 #include "clang/AST/ASTContext.h"
92 ASTContext &Ctx = MigrateCtx.Pass.Ctx;
  /external/clang/tools/libclang/
CXComment.cpp 39 const ASTContext &Context = getCursorContext(C);
Indexing.cpp 313 void Initialize(ASTContext &Context) override {
318 void HandleTranslationUnit(ASTContext &Ctx) override {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 266 static bool ValidateType(slang::RSContext *Context, clang::ASTContext &C,
slang_rs_export_reduce.cpp 23 #include "clang/AST/ASTContext.h"
101 clang::ASTContext &anASTContext,
134 clang::ASTContext &ASTC;
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 28 class ASTContext;
54 static IdentifierLoc *create(ASTContext &Ctx, SourceLocation Loc,
  /external/clang/lib/Analysis/
CFG.cpp 16 #include "clang/AST/ASTContext.h"
370 ASTContext *Context;
413 explicit CFGBuilder(ASTContext *astContext,
415 : Context(astContext), cfg(new CFG()), // crew a new CFG
    [all...]

Completed in 976 milliseconds

1 2 3 4 5 6 7 8 91011>>