Home
last modified time | relevance | path

Searched defs:FromContext (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp47 CJS_Runtime* CJS_Runtime::FromContext(const IJS_Context* cc) { in FromContext() function in CJS_Runtime
/external/llvm/unittests/IR/
DMetadataTest.cpp28 TEST(ContextAndReplaceableUsesTest, FromContext) { in TEST() argument
/external/clang/lib/AST/
DASTImporter.cpp5338 ASTContext &FromContext, FileManager &FromFileManager, in ASTImporter()