HomeSort by relevance Sort by last modified time
    Searched refs:Dependent (Results 26 - 42 of 42) sorted by null

12

  /external/clang/lib/AST/
DeclCXX.cpp 87 SourceLocation Loc, bool Dependent) {
91 R->DefinitionData = new (C) struct LambdaDefinitionData(R, Dependent);
134 // Skip dependent types; we can't do any checking on them now.
    [all...]
Expr.cpp 148 // An id-expression is type-dependent if it contains:
153 // An identifier is value-dependent if it is:
155 // (TD) - an identifier that was declared with dependent type
156 // (VD) - a name declared with a dependent type,
166 // (TD) - a conversion-function-id that specifies a dependent type
189 // initialized with an expression that is value-dependent.
191 // expression that is value-dependent [C++11].
194 // expression that is value-dependent [C++11]
237 // An id-expression is type-dependent if it contains:
242 // An identifier is value-dependent if it is
    [all...]
MicrosoftMangle.cpp 710 case BuiltinType::Dependent:
    [all...]
Type.cpp 132 : Type(DependentSizedExtVector, can, /*Dependent=*/true,
833 /// incomplete types or dependent types.
836 assert(!isDependentType() && "This doesn't make sense for dependent types");
877 // dependent-sized arrays (dependent types are never treated as incomplete).
    [all...]
ASTContext.cpp 449 // Placeholder type for type-dependent expressions whose type is
452 // help diagnose failures to properly check for type-dependent
454 InitBuiltinType(DependentTy, BuiltinType::Dependent);
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 197 case BuiltinType::Dependent:
398 llvm_unreachable("Non-canonical and dependent types shouldn't get here");
595 llvm_unreachable("Non-canonical and dependent types shouldn't get here");
    [all...]
CGDebugInfo.cpp 344 case BuiltinType::Dependent:
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 592 case BuiltinType::Dependent:
719 // FIXME: Visit dependent template names.
CIndex.cpp     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 39 ARB_fragment_program_shadow but not dependent on them.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 232 // (dependent) template name being specialized.
246 // We didn't find our type, but that's okay: it's dependent
    [all...]
SemaDeclCXX.cpp 175 "Should not generate implicit declarations for dependent cases, "
504 // dependent type.
    [all...]
TreeTransform.h 196 /// non-dependent types.
662 /// \brief Build a new dependent-sized array type given the element type,
    [all...]
SemaCodeComplete.cpp 590 case BuiltinType::Dependent:
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp 310 llvm_unreachable("Cannot serialize dependent sized extended vector types");
    [all...]

Completed in 1955 milliseconds

12