Searched defs:Context (Results 276 - 300 of 306) sorted by relevance

<<111213

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1073 stripObjCInstanceType(ASTContext &Context, QualType T) argument
2744 ASTContext &Context; member in class:__anon3425::ARCCastChecker
2755 ARCCastChecker(ASTContext &Context, ARCConversionTypeClass source, ARCConversionTypeClass target, bool diagnose) argument
[all...]
H A DSemaInit.cpp37 static bool IsWideCharCompatible(QualType T, ASTContext &Context) { argument
59 IsStringInit(Expr *Init, const ArrayType *AT, ASTContext &Context) argument
123 IsStringInit(Expr *init, QualType declType, ASTContext &Context) argument
2104 ASTContext &Context = SemaRef.Context; local
2463 InitializedEntity(ASTContext &Context, unsigned Index, const InitializedEntity &Parent) argument
2482 InitializeBase(ASTContext &Context, const CXXBaseSpecifier *Base, bool IsInheritedVirtualBase) argument
4314 hasCompatibleArrayTypes(ASTContext &Context, const ArrayType *Dest, const ArrayType *Source) argument
4425 ASTContext &Context = S.Context; local
[all...]
H A DSemaLookup.cpp769 CppNamespaceLookup(Sema &S, LookupResult &R, ASTContext &Context, argument
1215 DeclContext *Context = Entity->getDeclContext(); local
2340 IsAcceptableNonMemberOperatorCandidate(FunctionDecl *Fn, QualType T1, QualType T2, ASTContext &Context) argument
3591 ASTContext &Context; member in class:__anon3439::NamespaceSpecifierSet
3609 NamespaceSpecifierSet(ASTContext &Context, DeclContext *CurContext, CXXScopeSpec *CurScopeSpec) argument
3682 BuildNestedNameSpecifier(ASTContext &Context, DeclContextList &DeclChain, NestedNameSpecifier *&NNS) argument
[all...]
H A DSemaType.cpp708 ASTContext &Context = S.Context; local
2516 ASTContext &Context = S.Context; local
3491 ASTContext &Context; member in class:__anon3475::TypeSpecLocFiller
3495 TypeSpecLocFiller(ASTContext &Context, const DeclSpec &DS) argument
3668 ASTContext &Context; member in class:__anon3475::DeclaratorLocFiller
3672 DeclaratorLocFiller(ASTContext &Context, const DeclaratorChunk &Chunk) argument
[all...]
H A DSemaExprCXX.cpp744 captureThis(ASTContext &Context, RecordDecl *RD, QualType ThisTy, SourceLocation Loc) argument
5829 VariableCanNeverBeAConstantExpression(VarDecl *Var, ASTContext &Context) argument
[all...]
H A DSemaTemplate.cpp47 static NamedDecl *isAcceptableTemplateName(ASTContext &Context, argument
1550 getRangeOfTypeInNestedNameSpecifier(ASTContext &Context, QualType T, const CXXScopeSpec &SS) argument
[all...]
H A DSemaChecking.cpp360 static QualType getNeonEltType(NeonTypeFlags Flags, ASTContext &Context, argument
1524 ASTContext& Context = this->getASTContext(); local
3808 isConstantSizeArrayWithMoreThanOneElement(QualType Ty, ASTContext &Context) argument
6612 FindCaptureVisitor(ASTContext &Context, VarDecl *variable) argument
[all...]
H A DSemaDecl.cpp561 ASTContext &Context = S.Context; local
1010 AllowOverloadingOfFunction(LookupResult &Previous, ASTContext &Context) argument
3970 hasSimilarParameters(ASTContext &Context, FunctionDecl *Declaration, FunctionDecl *Definition, SmallVectorImpl<unsigned> &Params) argument
4418 TryToFixInvalidVariablyModifiedType(QualType T, ASTContext &Context, bool &SizeIsNegative, llvm::APSInt &Oversized) argument
4516 TryToFixInvalidVariablyModifiedTypeSourceInfo(TypeSourceInfo *TInfo, ASTContext &Context, bool &SizeIsNegative, llvm::APSInt &Oversized) argument
4717 isOutOfScopePreviousDeclaration(NamedDecl *PrevDecl, DeclContext *DC, ASTContext &Context) argument
5993 DifferentNameValidatorCCC(ASTContext &Context, FunctionDecl *TypoFD, CXXRecordDecl *Parent) argument
6024 ASTContext &Context; member in class:__anon3397::DifferentNameValidatorCCC
12205 isRepresentableIntegerValue(ASTContext &Context, llvm::APSInt &Value, QualType T) argument
12221 getNextLargerIntegralType(ASTContext &Context, QualType T) argument
[all...]
H A DSemaDeclCXX.cpp3378 isIncompleteOrZeroLengthArrayType(ASTContext &Context, QualType T) argument
3650 GetKeyForBase(ASTContext &Context, QualType BaseType) argument
3654 GetKeyForMember(ASTContext &Context, CXXCtorInitializer *Member) argument
7040 IsEquivalentForUsingDecl(ASTContext &Context, NamedDecl *D1, NamedDecl *D2) argument
8320 ASTContext &Context = SemaRef.Context; local
8390 ASTContext &Context = SemaRef.Context; local
[all...]
H A DSemaOverload.cpp570 DeductionFailureInfo MakeDeductionFailureInfo(ASTContext &Context, argument
1365 IsVectorConversion(ASTContext &Context, QualType FromType, QualType ToType, ImplicitConversionKind &ICK) argument
1928 BuildSimilarlyQualifiedPointerType(const Type *FromPtr, QualType ToPointee, QualType ToType, ASTContext &Context, bool StripObjCLifetime = false) argument
1970 isNullPointerConstantForConversion(Expr *Expr, bool InOverloadResolution, ASTContext &Context) argument
2137 AdoptQualifiers(ASTContext &Context, QualType T, Qualifiers Qs) argument
2917 isFirstArgumentCompatibleWithType(ASTContext &Context, CXXConstructorDecl *Constructor, QualType Type) argument
3371 hasSimilarType(ASTContext &Context, QualType T1, QualType T2) argument
3384 compareStandardConversionSubsets(ASTContext &Context, const StandardConversionSequence& SCS1, const StandardConversionSequence& SCS2) argument
6361 ASTContext &Context; member in class:clang::__anon3454::BuiltinCandidateTypeSet
6637 CollectVRQualifiers(ASTContext &Context, Expr* ArgExpr) argument
9388 ASTContext& Context; member in class:AddressOfFunctionResolver
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp265 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, argument
284 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, argument
292 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, argument
350 IsArrayStructurallyEquivalent(StructuralEquivalenceContext &Context, const ArrayType *Array1, const ArrayType *Array2) argument
366 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, QualType T1, QualType T2) argument
843 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, FieldDecl *Field1, FieldDecl *Field2) argument
926 ASTContext &Context = Anon->getASTContext(); local
951 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, RecordDecl *D1, RecordDecl *D2) argument
1109 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, EnumDecl *D1, EnumDecl *D2) argument
1161 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, TemplateParameterList *Params1, TemplateParameterList *Params2) argument
1196 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, TemplateTypeParmDecl *D1, TemplateTypeParmDecl *D2) argument
1212 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, NonTypeTemplateParmDecl *D1, NonTypeTemplateParmDecl *D2) argument
1240 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, TemplateTemplateParmDecl *D1, TemplateTemplateParmDecl *D2) argument
1258 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, ClassTemplateDecl *D1, ClassTemplateDecl *D2) argument
1273 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, Decl *D1, Decl *D2) argument
[all...]
H A DExpr.cpp406 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, argument
422 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, argument
452 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, argument
483 ASTContext &Context = CurrentDecl->getASTContext(); local
3008 NonTrivialCallFinder(ASTContext &Context) argument
3427 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3452 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3475 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3498 CreateEmpty(const ASTContext &Context, unsigned NumArgs, unsigned NumStoredSelLocs) argument
3626 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3652 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
3899 Create(const ASTContext &Context, EmptyShell sh, unsigned numSemanticExprs) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp139 llvm::DIScope CGDebugInfo::getContextDescriptor(const Decl *Context) { argument
3259 llvm::DIDescriptor Context local
[all...]
H A DCGObjCMac.cpp1700 static bool hasObjCExceptionAttribute(ASTContext &Context, argument
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1616 const MachineSchedContext *Context; member in class:__anon2288::GenericScheduler
/freebsd-10.2-release/sys/dev/asr/
H A Di2omsg.h804 U32 Context[1]; member in struct:_I2O_SGE_CHAIN_CONTEXT_ELEMENT
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp65 ASTContext *Context; member in class:__anon3349::RewriteObjC
[all...]
H A DRewriteModernObjC.cpp65 ASTContext *Context; member in class:__anon3346::RewriteModernObjC
6031 Write_ProtocolExprReferencedMetadata(ASTContext *Context, ObjCProtocolDecl *PDecl, std::string &Result) argument
6394 WriteModernMetadataDeclarations(ASTContext *Context, std::string &Result) argument
6511 Write_protocol_list_initializer(ASTContext *Context, std::string &Result, ArrayRef<ObjCProtocolDecl *> SuperProtocols, StringRef VarName, StringRef ProtocolName) argument
6534 Write_method_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef TopLevelDeclName, bool MethodImpl) argument
6575 Write_prop_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCPropertyDecl *> Properties, const Decl *Container, StringRef VarName, StringRef ProtocolName) argument
6623 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument
6690 Write_class_t(ASTContext *Context, std::string &Result, StringRef VarName, const ObjCInterfaceDecl *CDecl, bool metaclass) argument
6830 Write_category_t(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ObjCCategoryDecl *CatDecl, ObjCInterfaceDecl *ClassDecl, ArrayRef<ObjCMethodDecl *> InstanceMethods, ArrayRef<ObjCMethodDecl *> ClassMethods, ArrayRef<ObjCProtocolDecl *> RefedProtocols, ArrayRef<ObjCPropertyDecl *> ClassProperties) argument
6912 Write__extendedMethodTypes_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef ProtocolName) argument
6938 Write_IvarOffsetVar(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCIvarDecl *> Ivars, ObjCInterfaceDecl *CDecl) argument
6981 Write__ivar_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCIvarDecl *> OriginalIvars, StringRef VarName, ObjCInterfaceDecl *CDecl) argument
7269 hasObjCExceptionAttribute(ASTContext &Context, const ObjCInterfaceDecl *OID) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1012 void ASTWriter::WriteControlBlock(Preprocessor &PP, ASTContext &Context, argument
2612 uint64_t ASTWriter::WriteDeclContextLexicalBlock(ASTContext &Context, argument
3385 WriteDeclContextVisibleBlock(ASTContext &Context, DeclContext *DC) argument
3855 ASTContext &Context = SemaRef.Context; local
[all...]
H A DASTReader.cpp7588 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot, bool DisableValidation, bool AllowASTWithCompilerErrors, bool UseGlobalIndex) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp786 MDNode *createHint(LLVMContext &Context, StringRef Name, unsigned V) { argument
795 LLVMContext &Context = L->getHeader()->getContext(); local
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1543 TheContext Context; member in class:clang::Declarator
[all...]
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1635 void AsmParser::DiagHandler(const SMDiagnostic &Diag, void *Context) { argument
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Daclocal.h475 void *Context; /* Context to be passed to handler */ member in struct:acpi_sci_handler_info
484 void *Context; /* Context to be passed to handler */ member in struct:acpi_gpe_handler_info
601 void *Context; /* Context to be passed to handler */ member in struct:acpi_fixed_event_handler
761 void *Context; member in struct:acpi_global_notify_handler
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2413 const ASTContext &Context; member in class:clang::DependentSizedArrayType
2470 const ASTContext &Context; member in class:clang::DependentSizedExtVectorType
3174 const ASTContext &Context; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTypeOfExprType
3177 DependentTypeOfExprType(const ASTContext &Context, Expr *E) argument
3240 const ASTContext &Context; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentDecltypeType
4147 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context) argument
[all...]

Completed in 483 milliseconds

<<111213