HomeSort by relevance Sort by last modified time
    Searched refs:Spec (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
MicrosoftMangle.cpp 394 if (const ClassTemplateSpecializationDecl *Spec =
396 TypeSourceInfo *TSI = Spec->getTypeAsWritten();
406 Spec->getTemplateArgs();
411 return Spec->getSpecializedTemplate();
    [all...]
ASTContext.cpp     [all...]
Decl.cpp 389 const ClassTemplateSpecializationDecl *spec,
411 if (!spec->isExplicitInstantiationOrSpecialization())
415 if (spec->isExplicitSpecialization() &&
419 return !hasDirectVisibilityAttribute(spec, computation);
425 const ClassTemplateSpecializationDecl *spec,
427 bool considerVisibility = shouldConsiderTemplateVisibility(spec, computation);
432 ClassTemplateDecl *temp = spec->getSpecializedTemplate();
441 const TemplateArgumentList &templateArgs = spec->getTemplateArgs();
457 if (FunctionTemplateSpecializationInfo *spec
459 TSK = spec->getTemplateSpecializationKind()
    [all...]
ItaniumMangle.cpp 522 if (const ClassTemplateSpecializationDecl *Spec =
524 TemplateArgs = &Spec->getTemplateArgs();
525 return Spec->getSpecializedTemplate();
    [all...]
Expr.cpp 523 const ClassTemplateSpecializationDecl *Spec
525 if (Spec && !Spec->isExplicitSpecialization())
526 Specs.push_back(Spec);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp 75 if (ClassTemplateSpecializationDecl *Spec
77 return Spec->getSpecializedTemplate();
    [all...]
SemaLookup.cpp     [all...]
SemaExprCXX.cpp 68 // code; the C++0x version has to wait until we get a proper spec.
205 if (ClassTemplateSpecializationDecl *Spec
207 if (Spec->getSpecializedTemplate()->getCanonicalDecl() ==
    [all...]
SemaExpr.cpp     [all...]
  /external/v8/test/mjsunit/
math-pow.js 40 // Spec tests
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 55 # define __attribute__(Spec) /* empty */
  /external/bison/data/
glr.c 302 # define __attribute__(Spec) /* empty */
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 185 const ClassTemplateSpecializationDecl *Spec
187 if (!Spec)
192 if (TypeSourceInfo *TAW = Spec->getTypeAsWritten()) {
198 const TemplateArgumentList &TemplateArgs = Spec->getTemplateArgs();
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/libxml2/
parser.c     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 384 milliseconds

1 2 34 5