Home
last modified time | relevance | path

Searched refs:FindGlobalVariable (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dcfx_globaldata.cpp115 CFX_GlobalData::iterator CFX_GlobalData::FindGlobalVariable( in FindGlobalVariable() function in CFX_GlobalData
127 auto iter = FindGlobalVariable(propname); in GetGlobalVariable()
236 auto iter = FindGlobalVariable(sPropName); in DeleteGlobalVariable()
Dcfx_globaldata.h70 iterator FindGlobalVariable(const ByteString& sPropname);
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.h502 FindGlobalVariable(Target &target, lldb::ModuleSP &module, ConstString name,
DClangExpressionDeclMap.cpp610 lldb::VariableSP ClangExpressionDeclMap::FindGlobalVariable( in FindGlobalVariable() function in ClangExpressionDeclMap
1413 var = FindGlobalVariable(*target, module_sp, name, namespace_decl); in FindExternalVisibleDecls()