Home
last modified time | relevance | path

Searched refs:hasTarget (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/polymer/components-chromium/core-animation/
Dcore-animation-group-extracted.js82 hasTarget: function() { method
86 ht = ht || c.hasTarget();
Dcore-animation-extracted.js282 hasTarget: function() { method
/external/clang/include/clang/Frontend/
DCompilerInstance.h320 bool hasTarget() const { return Target != nullptr; } in hasTarget() function
/external/clang/lib/Frontend/
DASTUnit.cpp1063 if (!Clang->hasTarget()) { in Parse()
1552 if (!Clang->hasTarget()) { in getMainBufferWithPrecompiledPreamble()
1699 if (CI.hasTarget()) in transferASTDataFromCompilerInstance()
1815 if (!Clang->hasTarget()) in LoadFromCompilerInvocationAction()
2388 if (!Clang->hasTarget()) { in CodeComplete()
DCompilerInstance.cpp779 if (!hasTarget()) in ExecuteAction()
/external/lldb/source/Expression/
DClangExpressionParser.cpp256 assert (m_compiler->hasTarget()); in ClangExpressionParser()