/external/clang/lib/AST/ |
DumpXML.cpp | 61 template <class Impl> struct XMLDeclVisitor { 117 template <class Impl> struct XMLTypeVisitor { 318 case TemplateArgument::Template: 411 template <class T> void visitRedeclarableAttrs(T *D) {
|
Type.cpp | 314 template<typename T> static const T *getAsSugar(const Type *Cur) { 332 template <> const TypedefType *Type::getAs() const { 336 template <> const TemplateSpecializationType *Type::getAs() const { [all...] |
StmtProfile.cpp | 56 /// \brief Visit a template name that occurs within an expression or 60 /// \brief Visit template arguments that occur within an expression or 65 /// \brief Visit a single template argument. 1167 case TemplateArgument::Template:
|
ASTImporter.cpp | 284 /// \brief Determine whether two template arguments are equivalent. 311 case TemplateArgument::Template: 338 llvm_unreachable("Invalid template argument kind"); 654 // Names of template type parameters are never significant. [all...] |
ASTDumper.cpp | 518 template<typename T> 620 case TemplateArgument::Template: 621 OS << " template "; 625 OS << " template expansion"; [all...] |
MicrosoftMangle.cpp | 45 /// that's not a template specialization; otherwise it's the pattern 372 // Check if we have a function template. 393 // Check if we have a class template. 423 // ::= <template-name> 425 // Check if we have a template. 427 // We have a template. 434 // namespace[s] -> type[ -> template-parameters] 436 // type [ -> template-parameters] 790 // <template-name> ::= <unscoped-template-name> <template-args [all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorV8.pm | 45 # Default .h template 237 # - Add default header template [all...] |
/external/clang/include/clang/AST/ |
ASTContext.h | 162 /// template patterns. 166 /// \brief Representation of a "canonical" template template parameter that 167 /// is used in canonical template names. 265 /// static data members of class template specializations were instantiated. 269 /// class template from which they were instantiated along with the kind 275 /// template<typename T> 280 /// template<typename T> 288 /// class template X) and will be marked TSK_ImplicitInstantiation. 300 /// template<typename T [all...] |
Type.h | 47 template <typename T> 49 template<> 58 template<> 68 template <> 101 template <typename> class CanQual; [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | 676 // A specialization of a conversion function template is not found by 690 // add the conversion function template. When we deduce template 692 // type of the new declaration with the type of the function template. 706 // result), perform template argument deduction and place the 714 assert(ConvProto && "Nonsensical conversion function template type"); 727 // Perform template argument deduction against the type that we would 773 // stack) when we are parsing a member of a class template. In this 776 // it leaves the current template parameter scope. 789 // In the definition of a member of a class template that appear [all...] |
SemaTemplateInstantiateDecl.cpp | 1 //===--- SemaTemplateInstantiateDecl.cpp - C++ Template Decl Instantiation ===/ 9 // This file implements C++ template instantiation for declarations. 24 #include "clang/Sema/Template.h" 274 // Create a local instantiation scope for this type alias template, which 275 // will contain the instantiations of the template parameters. 354 // context (which will be a namespace scope) as the template. 394 // Link instantiations of static data members back to the template from 460 // dependent on a template-parameter and this causes a 559 // Handle friend type expressions by simply substituting template 563 // If this is an unsupported friend, don't bother substituting template [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 419 template<typename InputIterator> 676 // Visit the template arguments used in the specialization. 695 // FIXME: Visit the "outer" template parameter lists on the TagDecl 696 // before visiting these template parameters. 776 // FIXME: Visit explicitly-specified template arguments! 860 // FIXME: Visit the "outer" template parameter lists on the FunctionDecl 861 // before visiting these template parameters. 869 // FIXME: Visit the "outer" template parameter lists on the TagDecl 870 // before visiting these template parameters. 907 template <typename DeclIt [all...] |
/ndk/build/core/ |
definitions.mk | [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 23 * Template to use for creating new 'dot' elements 109 // Get the template elements and remove them from the DOM. Things are 111 // template elements behind in the DOM. 346 // Make a deep copy of the dot template to add a new one.
|
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 71 template<typename T> 183 template<typename T> 272 template<typename T> 275 template<typename T> 335 // We don't want to deserialize the DeclContext of a template 336 // parameter immediately, because the template parameter might be 543 FunctionTemplateDecl *Template = ReadDeclAs<FunctionTemplateDecl>(Record, 547 // Template arguments. 551 // Template args as written. 575 = FunctionTemplateSpecializationInfo::Create(C, FD, Template, TSK [all...] |
ASTWriter.cpp | 58 template <typename T, typename Allocator> 65 template <typename T> [all...] |
/prebuilts/devtools/tools/lib/ |
jsilver-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/ |
jsilver-1.0.0.jar | |
/prebuilts/sdk/tools/lib/ |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.jar | |
lombok-ast-0.2.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.text_3.5.0.v20100601-1300.jar | |
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |
/external/clang/lib/Parse/ |
ParseDecl.cpp | 957 // If the Decl is templatized, add template parameters to scope. [all...] |