HomeSort by relevance Sort by last modified time
    Searched defs:Param (Results 51 - 71 of 71) sorted by null

1 23

  /external/clang/lib/Sema/
SemaType.cpp 308 /// \param i - a notional index which the search will start
692 /// \param state Specifies the declarator containing the declaration specifier
    [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 85 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(Decl)) {
96 << Param->getDeclName() << DefaultArg->getSourceRange();
249 Sema::SetParamDefaultArgument(ParmVarDecl *Param, Expr *Arg,
251 if (RequireCompleteType(Param->getLocation(), Param->getType(),
253 Param->setInvalidDecl();
264 Param);
265 InitializationKind Kind = InitializationKind::CreateCopy(Param->getLocation(),
277 Param->setDefaultArg(Arg);
282 = UnparsedDefaultArgInstantiations.find(Param);
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 305 /// \param Ctx The AST context.
306 /// \param Converted The result of applying this standard conversion sequence.
307 /// \param ConstantValue If this is an NK_Constant_Narrowing conversion, the
309 /// \param ConstantType If this is an NK_Constant_Narrowing conversion, the
565 TemplateParameter Param;
588 Result.Data = Info.Param.getOpaqueValue();
604 Saved->Param = Info.Param;
690 return static_cast<DFIParamWithArguments*>(Data)->Param;
829 /// \param unbridgedCasts a collection to which to add unbridged casts
    [all...]
TreeTransform.h 222 /// \param EllipsisLoc The location of the ellipsis that identifies the
225 /// \param PatternRange The source range that covers the entire pattern of
228 /// \param Unexpanded The set of unexpanded parameter packs within the
231 /// \param ShouldExpand Will be set to \c true if the transformer should
235 /// \param RetainExpansion Whether the caller should add an unexpanded
240 /// \param NumExpansions The number of separate arguments that will be in
357 /// \param Inputs The set of expressions to be transformed.
359 /// \param NumInputs The number of expressions in \c Inputs.
361 /// \param IsCall If \c true, then this transform is being performed on
365 /// \param Outputs The transformed input expressions will be added to thi
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 86 /// \param Context The AST context in which this nested-name-specifier
89 /// \param TemplateKWLoc The location of the 'template' keyword, if present.
91 /// \param TL The TypeLoc that describes the type preceding the '::'.
93 /// \param ColonColonLoc The location of the trailing '::'.
100 /// \param Context The AST context in which this nested-name-specifier
103 /// \param Identifier The identifier.
105 /// \param IdentifierLoc The location of the identifier.
107 /// \param ColonColonLoc The location of the trailing '::'.
114 /// \param Context The AST context in which this nested-name-specifier
117 /// \param Namespace The namespace
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 617 NonTypeTemplateParmDecl *Param;
627 Param = NonTypeTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
638 Param = NonTypeTemplateParmDecl::Create(*this, getTranslationUnitDecl(),
647 CanonParams.push_back(Param);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 174 /// \param Cursor the cursor to visit.
176 /// \param CheckedRegionOfInterest if true, then the caller already checked
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 624 milliseconds

1 23