Searched refs:FromContext (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTImporter.h | 44 ASTContext &ToContext, &FromContext; 94 ASTContext &FromContext, FileManager &FromFileManager, 250 ASTContext &getFromContext() const { return FromContext; } in getFromContext()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | color.cpp | 136 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); \ 170 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in JS_IMPLEMENT_COLORPROP() 207 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in equal()
|
D | JS_Runtime.h | 33 static CJS_Runtime* FromContext(const IJS_Context* cc);
|
D | PublicMethods.cpp | 916 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in AFNumber_Format() 1483 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFDate_Format() 1520 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFDate_Keystroke() 1544 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFTime_Format() 1568 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFTime_Keystroke() 1775 params2.push_back(CJS_Value(CJS_Runtime::FromContext(cc), cFormat.c_str())); in AFSpecial_Keystroke() 1904 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in AFSimple_Calculate() 2034 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in AFExtractNums()
|
D | util.cpp | 191 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in printd() 507 vRet = CJS_Date(CJS_Runtime::FromContext(cc), dDate); in scand()
|
D | Field.cpp | 937 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in currentValueIndices() 1371 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in exportValues() 1425 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in fillColor() 1881 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in page() 2069 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in rect() 2313 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in strokeColor() 2458 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in textColor() 2702 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in value()
|
D | Document.cpp | 534 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in resetForm() 588 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in submitForm() 699 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in mailDoc() 1241 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in icons()
|
D | app.cpp | 292 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in alert() 756 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in response()
|
D | JS_Runtime.cpp | 47 CJS_Runtime* CJS_Runtime::FromContext(const IJS_Context* cc) { in FromContext() function in CJS_Runtime
|
D | global.cpp | 324 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in ObjectToArray()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 5338 ASTContext &FromContext, FileManager &FromFileManager, in ASTImporter() argument 5340 : ToContext(ToContext), FromContext(FromContext), in ASTImporter() 5344 ImportedDecls[FromContext.getTranslationUnitDecl()] in ASTImporter() 5679 SourceManager &FromSM = FromContext.getSourceManager(); in Import() 5705 SourceManager &FromSM = FromContext.getSourceManager(); in Import() 5729 FromBuf = Cache->getBuffer(FromContext.getDiagnostics(), FromSM); in Import() 5871 FromContext.getDiagnostics()); in ToDiag() 5878 FromContext.getDiagnostics().notePriorDiagnosticFrom( in FromDiag() 5881 return FromContext.getDiagnostics().Report(Loc, DiagID); in FromDiag() 5916 StructuralEquivalenceContext Ctx(FromContext, ToContext, NonEquivalentDecls, in IsStructurallyEquivalent()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 28 TEST(ContextAndReplaceableUsesTest, FromContext) { in TEST() argument
|