Home
last modified time | relevance | path

Searched refs:FromContext (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
DASTImporter.h44 ASTContext &ToContext, &FromContext;
94 ASTContext &FromContext, FileManager &FromFileManager,
250 ASTContext &getFromContext() const { return FromContext; } in getFromContext()
/external/pdfium/fpdfsdk/src/javascript/
Dcolor.cpp136 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()
DJS_Runtime.h33 static CJS_Runtime* FromContext(const IJS_Context* cc);
DPublicMethods.cpp916 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()
Dutil.cpp191 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in printd()
507 vRet = CJS_Date(CJS_Runtime::FromContext(cc), dDate); in scand()
DField.cpp937 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()
DDocument.cpp534 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()
Dapp.cpp292 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in alert()
756 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in response()
DJS_Runtime.cpp47 CJS_Runtime* CJS_Runtime::FromContext(const IJS_Context* cc) { in FromContext() function in CJS_Runtime
Dglobal.cpp324 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in ObjectToArray()
/external/clang/lib/AST/
DASTImporter.cpp5338 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/
DMetadataTest.cpp28 TEST(ContextAndReplaceableUsesTest, FromContext) { in TEST() argument