Searched defs:Context (Results 251 - 275 of 306) sorted by relevance

<<111213

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp686 ASTContext &Context = getContext(); local
953 ASTContext &Context = CGF.getContext(); local
H A DCGCall.cpp57 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) { argument
[all...]
H A DCGClass.cpp32 ComputeNonVirtualBaseClassOffset(ASTContext &Context, argument
1181 HasTrivialDestructorBody(ASTContext &Context, argument
1232 FieldHasTrivialDestructorBody(ASTContext &Context, argument
1247 CanSkipVTablePointerInitialization(ASTContext &Context, const CXXDestructorDecl *Dtor) argument
[all...]
H A DCGExpr.cpp1911 GetAddrOfConstantWideString(StringRef Str, const char *GlobalName, ASTContext &Context, QualType Ty, SourceLocation Loc, CodeGenModule &CGM) argument
H A DCGObjC.cpp92 ASTContext &Context = CGM.getContext(); local
517 ASTContext &Context = CGF.getContext(); local
[all...]
H A DCGObjCGNU.cpp1774 ASTContext &Context = CGM.getContext(); local
2086 ASTContext &Context = CGM.getContext(); local
2163 ASTContext &Context = CGM.getContext(); local
2834 FindIvarInterface(ASTContext &Context, const ObjCInterfaceDecl *OID, const ObjCIvarDecl *OIVD) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp512 ASTContext &Context; member in class:__anon3283::ASTInfoCollector
520 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt, argument
786 ASTContext &Context = *AST->Ctx; local
2205 CalculateHiddenNames(const CodeCompletionContext &Context, CodeCompletionResult *Results, unsigned NumResults, ASTContext &Ctx, llvm::StringSet<llvm::BumpPtrAllocator> &HiddenNames) argument
2288 ProcessCodeCompleteResults(Sema &S, CodeCompletionContext Context, CodeCompletionResult *Results, unsigned NumResults) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp39 ParseTypeName(SourceRange *Range, Declarator::TheContext Context, AccessSpecifier AS, Decl **OwnedType, ParsedAttributes *Attrs) argument
1331 ParseDeclaration(StmtVector &Stmts, unsigned Context, SourceLocation &DeclEnd, ParsedAttributesWithRange &attrs) argument
1398 ParseSimpleDeclaration(StmtVector &Stmts, unsigned Context, SourceLocation &DeclEnd, ParsedAttributesWithRange &Attrs, bool RequireSemi, ForRangeInit *FRI) argument
1432 MightBeDeclarator(unsigned Context) argument
1578 ParseDeclGroup(ParsingDeclSpec &DS, unsigned Context, bool AllowFunctionDefinitions, SourceLocation *DeclEnd, ForRangeInit *FRI) argument
2254 getDeclSpecContextFromDeclaratorContext(unsigned Context) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp177 checkDeducedTemplateArguments(ASTContext &Context, argument
1931 isSameTemplateArg(ASTContext &Context, const TemplateArgument &X, const TemplateArgument &Y) argument
2661 ASTContext &Context = S.Context; local
4134 AddImplicitObjectParameterType(ASTContext &Context, CXXMethodDecl *Method, SmallVectorImpl<QualType> &ArgTypes) argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp1161 adjustFunctionTypeForInstantiation(ASTContext &Context, FunctionDecl *D, TypeSourceInfo *TInfo) argument
[all...]
H A DSemaCodeComplete.cpp450 getRequiredQualification(ASTContext &Context, argument
1451 getCompletionPrintingPolicy(const ASTContext &Context, const Preprocessor &PP) argument
1470 GetCompletionTypeString(QualType T, ASTContext &Context, const PrintingPolicy &Policy, CodeCompletionAllocator &Allocator) argument
2056 AddResultTypeChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, CodeCompletionBuilder &Result) argument
2093 MaybeAddSentinel(ASTContext &Context, const NamedDecl *FunctionOrMethod, CodeCompletionBuilder &Result) argument
2125 FormatFunctionParameter(ASTContext &Context, const PrintingPolicy &Policy, const ParmVarDecl *Param, bool SuppressName = false, bool SuppressBlock = false) argument
2255 AddFunctionParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const FunctionDecl *Function, CodeCompletionBuilder &Result, unsigned Start = 0, bool InOptional = false) argument
2308 AddTemplateParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const TemplateDecl *Template, CodeCompletionBuilder &Result, unsigned MaxParameters = 0, unsigned Start = 0, bool InDefaultArg = false) argument
2387 AddQualifierToCompletionString(CodeCompletionBuilder &Result, NestedNameSpecifier *Qualifier, bool QualifierIsInformative, ASTContext &Context, const PrintingPolicy &Policy) argument
2444 AddTypedNameChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, CodeCompletionBuilder &Result) argument
3025 HandleCodeCompleteResults(Sema *S, CodeCompleteConsumer *CodeCompleter, CodeCompletionContext Context, CodeCompletionResult *Results, unsigned NumResults) argument
3489 ASTContext &Context = Container->getASTContext(); local
5374 ASTContext &Context = Results.getSema().Context; local
6124 FindImplementableMethods(ASTContext &Context, ObjCContainerDecl *Container, bool WantInstanceMethods, QualType ReturnType, KnownMethodsMap &KnownMethods, bool InOriginalClass = true) argument
6215 AddObjCPassingTypeChunk(QualType Type, unsigned ObjCDeclQuals, ASTContext &Context, const PrintingPolicy &Policy, CodeCompletionBuilder &Builder) argument
6244 AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, bool IsInstanceMethod, QualType ReturnType, ASTContext &Context, VisitedSelectorSet &KnownSelectors, ResultBuilder &Results) argument
[all...]
H A DSemaDeclObjC.cpp1278 isObjCTypeSubstitutable(ASTContext &Context, const ObjCObjectPointerType *A, const ObjCObjectPointerType *B, bool rejectId) argument
2018 matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, QualType leftQT, QualType rightQT) argument
2070 tryMatchRecordTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, const Type *lt, const Type *rt) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1677 ASTContext &Context; member in class:clang::OMPClauseReader
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2219 Value *BBVectorize::getReplacementPointerInput(LLVMContext& Context, argument
2244 void BBVectorize::fillNewShuffleMask(LLVMContext& Context, Instruction *J, argument
2266 getReplacementShuffleMask(LLVMContext& Context, Instruction *I, Instruction *J) argument
2307 expandIEChain(LLVMContext& Context, Instruction *I, Instruction *J, unsigned o, Value *&LOp, unsigned numElemL, Type *ArgTypeL, Type *ArgTypeH, bool IBeforeJ, unsigned IdxOff) argument
2356 getReplacementInput(LLVMContext& Context, Instruction *I, Instruction *J, unsigned o, bool IBeforeJ) argument
2691 getReplacementInputsForPair(LLVMContext& Context, Instruction *I, Instruction *J, SmallVectorImpl<Value *> &ReplacedOperands, bool IBeforeJ) argument
2738 replaceOutputsOfPair(LLVMContext& Context, Instruction *I, Instruction *J, Instruction *K, Instruction *&InsertionPt, Instruction *&K1, Instruction *&K2) argument
2931 LLVMContext& Context = BB.getContext(); local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1781 bool isCXXTypeId(TentativeCXXTypeIdContext Context) { argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h305 ASTContext &Context; member in class:clang::ASTReader
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp526 ASTContext &Context = D->getASTContext(); local
1092 ASTContext &Context = D->getASTContext(); local
1403 ASTContext &Context = getASTContext(); local
1412 ASTContext &Context = getASTContext(); local
1513 setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists, TemplateParameterList **TPLists) argument
1584 setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists, TemplateParameterList **TPLists) argument
2603 ASTContext &Context = getASTContext(); local
2672 ASTContext &Context = getASTContext(); local
2899 setDependentTemplateSpecialization(ASTContext &Context, const UnresolvedSetImpl &Templates, const TemplateArgumentListInfo &TemplateArgs) argument
3255 setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists, TemplateParameterList **TPLists) argument
3449 setCaptures(ASTContext &Context, const Capture *begin, const Capture *end, bool capturesCXXThis) argument
[all...]
H A DVTableBuilder.cpp87 ASTContext &Context; member in class:__anon3167::FinalOverriders
212 static BaseOffset ComputeBaseOffset(ASTContext &Context, argument
251 static BaseOffset ComputeBaseOffset(ASTContext &Context, argument
264 ComputeReturnAdjustmentBaseOffset(ASTContext &Context, argument
544 ASTContext &Context; member in class:__anon3167::VCallAndVBaseOffsetBuilder
808 ASTContext &Context; member in class:__anon3167::ItaniumVTableBuilder
2284 ItaniumVTableContext(ASTContext &Context) argument
2452 ASTContext &Context; member in class:__anon3169::VFTableBuilder
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp293 ASTContext *Context; member in class:__anon3174::CFGBuilder
777 static QualType getReferenceInitTemporaryType(ASTContext &Context, argument
[all...]
H A DThreadSafety.cpp965 typedef LocalVarContext Context; typedef in class:__anon3186::LocalVariableMap
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp362 bool DwarfDebug::isSubprogramContext(const MDNode *Context) { argument
877 constructImportedEntityDIE(CompileUnit *TheCU, const MDNode *N, DIE *Context) argument
885 constructImportedEntityDIE(CompileUnit *TheCU, const DIImportedEntity &Module, DIE *Context) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstructions.cpp343 LLVMContext &Context = getContext(); local
639 ReturnInst::ReturnInst(LLVMContext &Context, BasicBlock *InsertAtEnd) argument
699 UnreachableInst::UnreachableInst(LLVMContext &Context, argument
704 UnreachableInst::UnreachableInst(LLVMContext &Context, BasicBlock *InsertAtEnd) argument
822 static Value *getAISize(LLVMContext &Context, Valu argument
3682 LLVMContext &Context = getContext(); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp88 LLVMContext *Context; member in class:__anon2463::ARMFastISel
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h55 LLVMContext &Context; member in class:llvm::IRBuilderBase
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp874 static MDString *SequenceToMDString(LLVMContext &Context, argument

Completed in 615 milliseconds

<<111213