Searched refs:ASTContext (Results 176 - 200 of 286) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp96 ASTContext &Ctx) {
H A DDynamicTypePropagation.cpp51 ASTContext &Ctx = C.getASTContext();
H A DNSErrorChecker.cpp209 ASTContext &Ctx = C.getASTContext();
H A DIvarInvalidationChecker.cpp119 ASTContext &Ctx;
151 ASTContext &InCtx)
H A DObjCSelfInitChecker.cpp401 ASTContext &Ctx = MD->getASTContext();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp683 static bool hasMember(const ASTContext &Ctx, const CXXRecordDecl *RD,
703 static bool isContainerClass(const ASTContext &Ctx, const CXXRecordDecl *RD) {
714 static bool isContainerCtorOrDtor(const ASTContext &Ctx,
750 ASTContext &Ctx = CalleeADC->getASTContext();
H A DSValBuilder.cpp288 ASTContext &Ctx = getContext();
372 static bool shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy,
H A DMemRegion.cpp184 ASTContext &Ctx = svalBuilder.getContext();
903 ASTContext &Ctx){
1120 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) {
1134 ASTContext &C = getContext();
H A DCallEvent.cpp32 ASTContext &Ctx = getState()->getStateManager().getContext();
217 ASTContext &Ctx = getState()->getStateManager().getContext();
507 ASTContext &Ctx = SVB.getContext();
H A DSimpleSValBuilder.cpp29 SimpleSValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
53 ASTContext &context,
283 ASTContext &Ctx = getContext();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp16 #include "clang/AST/ASTContext.h"
199 ASTContext *context(target->GetScratchClangASTContext()->getASTContext());
239 ASTContext *context(target->GetScratchClangASTContext()->getASTContext());
1237 ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext();
1446 ASTContext *ast_context,
1507 ASTContext *ast = var_type->GetClangASTContext().getASTContext();
1697 ASTContext *scratch_ast_context = target->GetScratchClangASTContext()->getASTContext();
1742 ASTContext *scratch_ast_context = target->GetScratchClangASTContext()->getASTContext();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp15 #include "clang/AST/ASTContext.h"
261 isPointerConversionToVoidPointer(ASTContext& Context) const {
311 StandardConversionSequence::getNarrowingKind(ASTContext &Ctx,
570 DeductionFailureInfo MakeDeductionFailureInfo(ASTContext &Context,
1365 static bool IsVectorConversion(ASTContext &Context, QualType FromType,
1930 ASTContext &Context,
1972 ASTContext &Context) {
2137 static QualType AdoptQualifiers(ASTContext &Context, QualType T, Qualifiers Qs){
2917 static bool isFirstArgumentCompatibleWithType(ASTContext &Context,
3371 static bool hasSimilarType(ASTContext
[all...]
H A DSemaTemplateDeduction.cpp15 #include "clang/AST/ASTContext.h"
177 checkDeducedTemplateArguments(ASTContext &Context,
1931 static bool isSameTemplateArg(ASTContext &Context,
2661 ASTContext &Context = S.Context;
4127 MarkUsedTemplateParameters(ASTContext &Ctx, QualType T,
4134 AddImplicitObjectParameterType(ASTContext &Context,
4708 MarkUsedTemplateParameters(ASTContext &Ctx,
4717 MarkUsedTemplateParameters(ASTContext &Ctx,
4756 MarkUsedTemplateParameters(ASTContext &Ctx,
4773 MarkUsedTemplateParameters(ASTContext
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp15 #include "clang/AST/ASTContext.h"
343 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{
539 std::string APValue::getAsString(ASTContext &Ctx, QualType Ty) const {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp17 #include "clang/AST/ASTContext.h"
87 static BodyFarm &getBodyFarm(ASTContext &C) {
414 ASTContext &Ctx = getAnalysisDeclContext()->getASTContext();
H A DPrintfFormatString.cpp279 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx,
429 ASTContext &Ctx, bool IsObjCLiteral) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h99 ASTContext &getASTContext() const { return D->getASTContext(); }
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h154 DeducedTemplateArgument(ASTContext &Ctx,
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h61 class ASTContext;
226 /// instance of the ASTReader can be attached to an ASTContext object,
305 ASTContext &Context;
690 /// \brief The IDs of the types ASTContext stores directly.
695 /// \brief The IDs of CUDA-specific declarations ASTContext stores directly.
1179 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot = "",
1268 /// \brief Initializes the ASTContext
1886 ASTContext &getContext() { return Context; }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h86 ASTContext &getContext() const { return CGM.getContext(); }
H A DCodeGenTBAA.cpp19 #include "clang/AST/ASTContext.h"
32 CodeGenTBAA::CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext& VMContext,
H A DItaniumCXXABI.cpp575 const ASTContext &Context = getContext();
804 ASTContext &Context = getContext();
836 ASTContext &Context = getContext();
873 ASTContext &Context = getContext();
1164 ASTContext &Ctx = getContext();
H A DCGBlocks.cpp78 ASTContext &C = CGM.getContext();
299 ASTContext &C = CGM.getContext();
333 ASTContext &C = CGM.getContext();
1280 ASTContext &C = getContext();
1457 ASTContext &C = getContext();
1743 ASTContext &Context = CGF.getContext();
1818 ASTContext &Context = CGF.getContext();
H A DCGClass.cpp32 ComputeNonVirtualBaseClassOffset(ASTContext &Context,
366 DynamicThisUseChecker(ASTContext &C) : super(C), UsesThis(false) {}
377 static bool BaseInitializerUsesThis(ASTContext &C, const Expr *Init) {
1178 FieldHasTrivialDestructorBody(ASTContext &Context, const FieldDecl *Field);
1181 HasTrivialDestructorBody(ASTContext &Context,
1232 FieldHasTrivialDestructorBody(ASTContext &Context,
1247 static bool CanSkipVTablePointerInitialization(ASTContext &Context,
H A DTargetInfo.cpp84 ASTContext &ABIInfo::getContext() const {
162 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
166 static bool isEmptyField(ASTContext &Context, const FieldDecl *FD,
199 static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays) {
229 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) {
299 static bool is32Or64BitBasicType(QualType Ty, ASTContext &Context) {
324 static bool canExpandIndirectArgument(QualType Ty, ASTContext &Context) {
547 static bool shouldReturnTypeInRegister(QualType Ty, ASTContext &Context,
620 ASTContext &Context,
756 static bool isSSEVectorType(ASTContext
[all...]

Completed in 384 milliseconds

1234567891011>>