HomeSort by relevance Sort by last modified time
    Searched defs:Template (Results 101 - 125 of 174) sorted by null

1 2 3 45 6 7

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 192 /// template argument list, where the '>' closes the template
209 /// The "depth" of the template parameters currently being parsed.
212 /// \brief RAII class that manages the template parameter depth.
623 /// The identifier is a template name. FIXME: Add an annotation for that.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 192 /// template argument list, where the '>' closes the template
209 /// The "depth" of the template parameters currently being parsed.
212 /// \brief RAII class that manages the template parameter depth.
623 /// The identifier is a template name. FIXME: Add an annotation for that.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 192 /// template argument list, where the '>' closes the template
209 /// The "depth" of the template parameters currently being parsed.
212 /// \brief RAII class that manages the template parameter depth.
623 /// The identifier is a template name. FIXME: Add an annotation for that.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 192 /// template argument list, where the '>' closes the template
209 /// The "depth" of the template parameters currently being parsed.
212 /// \brief RAII class that manages the template parameter depth.
623 /// The identifier is a template name. FIXME: Add an annotation for that.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 192 /// template argument list, where the '>' closes the template
209 /// The "depth" of the template parameters currently being parsed.
212 /// \brief RAII class that manages the template parameter depth.
623 /// The identifier is a template name. FIXME: Add an annotation for that.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 192 /// template argument list, where the '>' closes the template
209 /// The "depth" of the template parameters currently being parsed.
212 /// \brief RAII class that manages the template parameter depth.
623 /// The identifier is a template name. FIXME: Add an annotation for that.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 192 /// template argument list, where the '>' closes the template
209 /// The "depth" of the template parameters currently being parsed.
212 /// \brief RAII class that manages the template parameter depth.
623 /// The identifier is a template name. FIXME: Add an annotation for that.
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 439 template<typename InputIterator>
717 // Visit the template arguments used in the specialization.
733 // FIXME: Visit the "outer" template parameter lists on the TagDecl
734 // before visiting these template parameters.
821 // FIXME: Visit explicitly-specified template arguments!
903 // FIXME: Visit the "outer" template parameter lists on the FunctionDecl
904 // before visiting these template parameters.
912 // FIXME: Visit the "outer" template parameter lists on the TagDecl
913 // before visiting these template parameters.
957 template <typename DeclIt
    [all...]
  /external/clang/include/clang/AST/
Type.h 50 template <typename T>
52 template<>
61 template<>
71 template <>
104 template <typename> class CanQual;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 60 template <typename ValueT> struct DenseMapInfo;
61 template <typename ValueT, typename ValueInfoT> class DenseSet;
142 template <class T> class ObjCList;
342 template<typename ValueType>
721 /// \brief The C++ "std::initializer_list" template, which is defined in
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 122 // TODO: we could look up template parameter documentation in the template
261 /// If we have a 'templated' declaration for a template, adjust 'D' to
262 /// refer to the actual template.
263 /// If we have an implicit instantiation, adjust 'D' to refer to template.
266 // Is this function declaration part of a function template?
274 // Function is an implicit instantiation of a function template?
278 // Function is instantiated from a member definition of a class template?
287 // template?
295 // Is this class declaration part of a class template
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 44 #include "clang/Sema/Template.h"
204 // Lookup in the parent class template context, if any.
222 // lookup during template instantiation.
269 // nested-name-specifier depends on a template-parameter (14.6.2)
323 // For unqualified lookup in a class template in MSVC mode, look into
324 // dependent base classes where the primary class template is known.
342 TemplateTy Template;
353 // Ignore a correction to a template type as the to-be-corrected
354 // identifier is not a template (typo correction for template name
    [all...]
SemaDeclCXX.cpp 39 #include "clang/Sema/Template.h"
378 // template-parameter (14.1). It shall not be specified for a
479 // For non-template functions, default arguments can be added in
511 // of template class. The new default parameter's value is ignored.
563 // Paragraph 4, quoted above, only applies to non-template functions.
576 // - the explicit specialization of a function template;
577 // - the explicit specialization of a member function template;
579 // template where the class template specialization to which the
588 // Default arguments for a member function of a class template shall
    [all...]
TreeTransform.h 48 /// behavior specific to that transformation. For example, template
51 /// template arguments for their corresponding template parameters; a similar
52 /// transformation is performed for non-type template parameters and
53 /// template template parameters.
55 /// This tree-transformation template uses static polymorphism to allow
80 /// replacing TransformTemplateTypeParmType() allows template instantiation
81 /// to substitute template arguments for their corresponding template
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 792 Template,
  /external/v8/include/
v8.h 83 template <class T>
111 template <class T> class Local;
112 template <class T>
114 template <class T> class Eternal;
115 template<class T> class NonCopyablePersistentTraits;
116 template<class T> class PersistentBase;
117 template <class T, class M = NonCopyablePersistentTraits<T> >
119 template <class T>
121 template<class K, class V, class T> class PersistentValueMap;
122 template <class K, class V, class T
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 50 template <typename T>
52 template<>
61 template<>
71 template <>
105 template <typename> class CanQual;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h 64 template <typename ValueT> struct DenseMapInfo;
65 template <typename ValueT, typename ValueInfoT> class DenseSet;
149 template <class T> class ObjCList;
349 template<typename ValueType>
738 /// \brief The C++ "std::initializer_list" template, which is defined in
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 50 template <typename T>
52 template<>
61 template<>
71 template <>
105 template <typename> class CanQual;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h 64 template <typename ValueT> struct DenseMapInfo;
65 template <typename ValueT, typename ValueInfoT> class DenseSet;
149 template <class T> class ObjCList;
349 template<typename ValueType>
738 /// \brief The C++ "std::initializer_list" template, which is defined in
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 50 template <typename T>
52 template<>
61 template<>
71 template <>
105 template <typename> class CanQual;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h 64 template <typename ValueT> struct DenseMapInfo;
65 template <typename ValueT, typename ValueInfoT> class DenseSet;
149 template <class T> class ObjCList;
349 template<typename ValueType>
738 /// \brief The C++ "std::initializer_list" template, which is defined in
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 50 template <typename T>
52 template<>
61 template<>
71 template <>
105 template <typename> class CanQual;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h 64 template <typename ValueT> struct DenseMapInfo;
65 template <typename ValueT, typename ValueInfoT> class DenseSet;
149 template <class T> class ObjCList;
349 template<typename ValueType>
738 /// \brief The C++ "std::initializer_list" template, which is defined in
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 50 template <typename T>
52 template<>
61 template<>
71 template <>
105 template <typename> class CanQual;
    [all...]

Completed in 634 milliseconds

1 2 3 45 6 7