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

12

  /external/clang/lib/AST/
StmtProfile.cpp 41 /// \brief Visit a declaration that is referenced within an expression
1159 case TemplateArgument::Declaration:
ExprConstant.cpp 78 /// field declaration.
83 /// base class declaration.
373 /// EvaluatingDecl - This is the declaration whose initializer is being
378 /// declaration whose initializer is being evaluated, if any.
788 /// Get the class which the declaration actually lives in.
806 /// DeclAndIsDerivedMember - The member declaration, and a flag indicating
810 /// Path - The path of base/derived classes from the member declaration's
    [all...]
Decl.cpp 1 //===--- Decl.cpp - Declaration AST Node Implementation -------------------===//
41 // If this declaration has an explicit visibility attribute, use it.
88 /// linkage, not the visibility, of a declaration.
133 /// getLVForDecl - Get the linkage and visibility for the given declaration.
154 case TemplateArgument::Declaration:
270 // If the declaration of an identifier for an object has file
340 // extern in a scope in which a prior declaration of that
341 // identifier is visible, if the prior declaration specifies
343 // at the later declaration is the same as the linkage
344 // specified at the prior declaration. If no prior declaratio
    [all...]
ItaniumMangle.cpp 43 /// \brief Retrieve the declaration context that should be used when mangling
44 /// the given declaration.
50 // where the function itself resides, because the function declaration itself
172 /// The "structor" is the top-level declaration being mangled, if
557 // a proper semantic declaration context!
    [all...]
ASTImporter.cpp 189 /// declarations, mapping from a declaration in the first context to the
190 /// declaration in the second context that we believe to be equivalent.
194 /// with a declaration in the second context still needs to be verified.
197 /// \brief Declaration (from, to) pairs that are known not to be equivalent
327 case TemplateArgument::Declaration:
    [all...]
ASTContext.cpp 513 /// \brief Erase the attributes corresponding to the given declaration.
687 assert(!Import->NextLocalImport && "Import declaration already in the chain");
688 assert(!Import->isFromASTFile() && "Non-local import declaration");
748 // else about the declaration and its type.
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 105 /// declaration.
233 // The string can be empty if the declaration has no name; e.g., it is
234 // the ParmDecl with no name for declaration of a function pointer type,
253 // The string can be empty if the declaration has no name; e.g., it is
254 // the ParmDecl with no name for declaration of a function pointer type, e.g.:
727 case TemplateArgument::Declaration:
CIndex.cpp 158 assert(0 && "Invalid declaration cursor");
538 // This declaration comes before the region of interest; skip it.
542 // This declaration comes after the region of interest; we're done.
546 // This declaration overlaps the region of interest; visit it.
710 // Visit the function declaration's syntactic components in the order
727 // Visit the declaration name.
    [all...]
  /external/v8/src/
hydrogen.h 839 void VisitDeclarations(ZoneList<Declaration*>* declarations);
    [all...]
hydrogen.cc     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 43 /// \brief Determine whether the declaration found is acceptable as the name
44 /// of a template and, if so, return that template declaration. Otherwise,
273 // The declaration context must be complete.
281 // Perform "qualified" name lookup into the declaration context we
283 // expression or the declaration context associated with a prior
449 /// declaration at location Loc. Returns true to indicate that this is
468 /// the parameter D to reference the templated declaration and return a pointer
469 /// to the template declaration. Otherwise, do nothing to D and return null.
    [all...]
SemaDecl.cpp 84 /// return the declaration of that type.
151 // Perform "qualified" name lookup into the declaration context we
153 // expression or the declaration context associated with a prior
517 // declaration is visible for this identifier, the identifier is
519 // the function call, the declaration
652 // A name used in a template declaration or definition and that is
797 // Return the declaration context of the topmost class the inline method is
    [all...]
SemaTemplateInstantiate.cpp 34 /// instantiate the definition of the given declaration.
36 /// \param D the declaration for which we are computing template instantiation
47 /// instantiating the definition of the given declaration, \p D. This is
124 // If this is a friend declaration and it declares an entity at
    [all...]
TreeTransform.h 356 /// \brief Transform the given declaration, which is referenced from a type
360 /// transformer has had to transform the declaration itself. Subclasses
371 /// \brief Transform the attributes associated with the given declaration and
372 /// place them on the new declaration.
378 /// \brief Note that a local declaration has been transformed by this
389 /// \brief Transform the definition of the given declaration.
391 /// By default, invokes TransformDecl() to transform the declaration.
397 /// \brief Transform the given declaration, which was the first part of a
400 /// This specific declaration transformation only applies to the first
404 /// By default, invokes TransformDecl() to transform the declaration
    [all...]
SemaLookup.cpp 595 /// that need to be declared in the given declaration context, do so.
656 // Perform lookup into this declaration context.
693 // type of the new declaration with the type of the function template.
771 // Find the next outer declaration context from this scope. This
829 // Find the declaration context just outside of the template
831 // being lexically declaration (a namespace context). In the
903 // lexical and semantic declaration contexts returned by
    [all...]
SemaExpr.cpp 48 /// \brief Determine whether the use of this declaration is valid, without
72 // See if this declaration is unavailable or deprecated.
116 // If the method was explicitly defaulted, point at that declaration.
133 /// \brief Determine whether the use of this declaration is valid, and
137 /// declarations that can occur when using a declaration. For example,
138 /// it might warn if a deprecated or unavailable declaration is being
142 /// \returns true if there was an error (this declaration cannot be
206 /// message-send is to a declaration with the sentinel attribute, and
215 // The number of formal parameters of the declaration.
218 // The kind of declaration. This is also an index into a %select i
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 694 milliseconds

12