HomeSort by relevance Sort by last modified time
    Searched defs:Dependent (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.cpp 147 V8DOMWrapper::associateObjectWithWrapper<V8WorkerGlobalScope>(PassRefPtrWillBeRawPtr<WorkerGlobalScope>(&m_workerGlobalScope), contextType, jsWorkerGlobalScope, m_isolate, WrapperConfiguration::Dependent);
V8WindowShell.cpp 325 V8DOMWrapper::associateObjectWithWrapper<V8Window>(PassRefPtrWillBeRawPtr<LocalDOMWindow>(window), &V8Window::wrapperTypeInfo, windowWrapper, m_isolate, WrapperConfiguration::Dependent);
WrapperTypeInfo.h 222 Dependent, Independent
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 146 namespace Dependent {
  /external/clang/lib/AST/
DeclBase.cpp 837 // Friend function declarations are dependent if their *lexical*
838 // context is dependent.
    [all...]
ExprCXX.cpp 221 // The type-to-delete may not be a pointer if it's a dependent type.
352 // Determine whether this expression is type-dependent.
369 // If we have explicit template arguments, check for dependent
373 bool Dependent = false;
377 Dependent,
381 if (Dependent) {
438 bool Dependent = true;
443 Dependent,
458 assert(QualifierLoc && "should be created for dependent qualifiers");
    [all...]
Expr.cpp 222 // An id-expression is type-dependent if it contains:
227 // An identifier is value-dependent if it is:
229 // (TD) - an identifier that was declared with dependent type
230 // (VD) - a name declared with a dependent type,
240 // (TD) - a conversion-function-id that specifies a dependent type
263 // initialized with an expression that is value-dependent.
265 // expression that is value-dependent [C++11].
268 // expression that is value-dependent [C++11]
314 // An id-expression is type-dependent if it contains:
319 // An identifier is value-dependent if it is
    [all...]
ItaniumMangle.cpp 656 DependentTemplateName *Dependent = Template.getAsDependentTemplateName();
657 assert(Dependent && "Not a dependent template name?");
658 if (const IdentifierInfo *Id = Dependent->getIdentifier())
661 mangleOperatorName(Dependent->getOperator(), UnknownArity);
756 // the template in question is a dependent template name. Should we
769 // the template in question is a dependent template name. Should we
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 81 EffectiveContext() : Inner(nullptr), Dependent(false) {}
85 Dependent(DC->isDependentContext()) {
125 bool isDependent() const { return Dependent; }
144 bool Dependent;
302 assert(T->isDependentType() && "non-dependent base wasn't a record?");
330 "can't handle friends with dependent contexts here");
467 // If the context isn't dependent, it can't be a dependent match.
471 // If the template names don't match, it can't be a dependent
477 // context, it can't be a dependent match
    [all...]
SemaOpenMP.cpp     [all...]
SemaTemplateDeduction.cpp 49 /// \brief Allow non-dependent types to differ, e.g., when performing
199 // If we deduced a constant in one case and either a dependent expression or
231 // If we deduced a dependent expression in one case and either an integral
252 // If we deduced a declaration and a dependent expression, keep the
273 // If we deduced a null pointer and a dependent expression, keep the
343 /// from the given type- or value-dependent expression.
355 "Expression template argument must be type- or value-dependent.");
412 // The parameter type is dependent and is not a template template parameter,
438 // Mismatch of non-dependent template parameter to argument.
471 // Check whether the template argument is a dependent template-id
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h 200 /// non-dependent types.
712 /// \brief Build a new dependent-sized array type given the element type,
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 534 bool Dependent, bool IsGeneric,
536 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric),
543 /// \brief Whether this lambda is known to be dependent, even if its
544 /// context isn't dependent.
546 /// A lambda with a non-dependent context can be dependent if it occurs
551 unsigned Dependent : 1;
738 /// \brief Determine whether this class has any dependent base classes which
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 

Completed in 1033 milliseconds