Searched refs:getASTContext (Results 126 - 150 of 150) sorted by relevance

123456

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h753 virtual ASTContext &getASTContext() const = 0;
/external/clang/lib/AST/
H A DTypePrinter.cpp922 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
H A DExpr.cpp454 ASTContext &Context = CurrentDecl->getASTContext();
H A DExprConstant.cpp8764 EvalInfo Info(FD->getASTContext(), Status,
8800 EvalInfo Info(FD->getASTContext(), Status,
/external/clang/lib/Sema/
H A DSemaInit.cpp4502 !Initializer->isIntegerConstantExpr(S.getASTContext()))
4522 !Initializer->isIntegerConstantExpr(S.getASTContext()) ||
4523 (Initializer->EvaluateKnownConstInt(S.getASTContext()) != 0))
7137 << ConstantValue.getAsString(S.getASTContext(), ConstantType)
H A DSemaLookup.cpp526 R.addDecl(S.getASTContext().getFloat128StubType());
3585 for (const auto *TI : SemaRef.getASTContext().types()) {
H A DSemaOverload.cpp1660 From->isIntegerConstantExpr(S.getASTContext()) &&
1661 (From->EvaluateKnownConstInt(S.getASTContext()) == 0)) {
8329 S.getASTContext(), true);
8331 S.getASTContext(), true);
9661 Complain(Complain), Context(S.getASTContext()),
H A DSemaExpr.cpp7170 if (IndexExpr->EvaluateAsInt(index, Self.getASTContext())) {
7218 ASTContext &Ctx = Self.getASTContext();
7765 if (Other->isNullPointerConstant(S.getASTContext(),
9554 E->EvaluateAsBooleanCondition(Res, S.getASTContext()) && Res;
9562 E->EvaluateAsBooleanCondition(Res, S.getASTContext()) && !Res;
9674 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext()))
12238 QTy = QTy.getSingleStepDesugaredType(getASTContext());
H A DSemaCodeComplete.cpp2021 if (SemaRef.getASTContext().Idents.get("alignof").hasMacroDefinition())
3475 ASTContext &Context = Container->getASTContext();
H A DSemaDecl.cpp4922 DD->setQualifierInfo(SS.getWithLocInContext(DD->getASTContext()));
9225 auto *NewAttr = cast<InheritableAttr>(A->clone(getASTContext()));
13413 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
13414 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU,
H A DSemaStmt.cpp3468 CapturedStmt *Res = CapturedStmt::Create(getASTContext(), S,
H A DTreeTransform.h6324 return new (SemaRef.getASTContext())
6326 SemaRef.getASTContext().PseudoObjectTy, VK_LValue,
H A DSemaType.cpp5174 S.getASTContext(), IM,
H A DSemaDeclCXX.cpp1312 auto *NewAttr = cast<InheritableAttr>(ClassAttr->clone(S.getASTContext()));
4457 cast<InheritableAttr>(ClassAttr->clone(S.getASTContext()));
7514 ASTContext &Ctx = ND->getASTContext();
H A DSemaTemplate.cpp831 T->setQualifierInfo(SS.getWithLocInContext(T->getASTContext()));
/external/lldb/source/Core/
H A DDataExtractor.cpp1756 clang::ASTContext *ast = clang_ast->getASTContext();
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp622 const ASTContext &Context = RD->getASTContext();
2575 OffsetInVBase = Parent->OffsetInVBase + RD->getASTContext()
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp4259 Finder.matchAST(AST->getASTContext());
4287 Finder.matchAST(AST->getASTContext());
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1928 ASTDeclWriter W(*this, FD->getASTContext(), Record);
H A DASTWriterStmt.cpp1943 = DeclIDs.begin()->first->getASTContext().getSourceManager();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp74 ObjCNoRet(mgr.getASTContext()),
H A DBugReporter.cpp693 os << LHS->EvaluateKnownConstInt(PDB.getASTContext());
/external/lldb/source/Target/
H A DTarget.cpp1741 m_scratch_ast_source_ap->InstallASTContext(m_scratch_ast_context_ap->getASTContext());
/external/clang/include/clang/AST/
H A DExpr.h961 computeDependence(D->getASTContext());
/external/clang/include/clang/Sema/
H A DSema.h950 ASTContext &getASTContext() const { return Context; } function in class:clang::Sema

Completed in 2301 milliseconds

123456