HomeSort by relevance Sort by last modified time
    Searched defs:Definition (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 234 Argument *Definition;
254 ArgumentGraph() { SyntheticRoot.Definition = 0; }
264 Node.Definition = A;
412 // made. If the definition doesn't have a 'nocapture' attribute by now, it
419 if (!ArgumentSCC[0]->Definition) continue; // synthetic root node
424 ArgumentSCC[0]->Definition->addAttr(Attribute::NoCapture);
436 if (!Node->Definition->hasNoCaptureAttr())
447 ArgumentSCCNodes.insert((*I)->Definition);
455 Argument *A = (*UI)->Definition;
465 Argument *A = ArgumentSCC[i]->Definition;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 319 // The declaration may have become definition so check again.
333 // The declaration may have become definition so check again.
376 // __attribute__((weakref)) is basically a definition.
441 const FunctionDecl *Definition = 0;
442 if (KeyFunction->hasBody(Definition))
443 MarkVTableUsed(Definition->getLocation(), *I, true);
528 // constitutes a tentative definition. If a translation unit
530 // and the translation unit contains no external definition for
543 // If the tentative definition was completed, getActingDefinition() returns
568 // Notify the consumer that we've completed a tentative definition
    [all...]
SemaTemplateInstantiateDecl.cpp 602 // If this is an out-of-line definition of an enum member template, check
623 // instantiate the definition when visiting the definition in that case, since
636 // Update the location to refer to the definition.
    [all...]
SemaDecl.cpp 652 // A name used in a template declaration or definition and that is
824 // A name used in the definition of a static data member of class
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 632 const FunctionDecl *Definition;
633 if (FD->hasBody(Definition))
634 return Definition->getSourceRange().getEnd();
829 // If this is a tag type that has a definition or is currently
830 // being defined, that definition is our primary context.
    [all...]
Decl.cpp 578 // type's visibility unless it's a definition.
    [all...]
ASTImporter.cpp 90 /// \brief What we should import from the definition.
92 /// \brief Import the default subset of the definition, which might be
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 105 /// specifiers of a C++ class definition.
547 /// Definition - The declaration which defines this record.
548 CXXRecordDecl *Definition;
557 return Bases.get(Definition->getASTContext().getExternalSource());
562 return VBases.get(Definition->getASTContext().getExternalSource());
609 assert(DefinitionData && "queried property of class with no definition");
614 assert(DefinitionData && "queried property of class with no definition");
619 assert(DefinitionData && "queried property of lambda with no definition");
699 return data().Definition;
    [all...]
DeclObjC.h 129 // Method has a definition.
240 /// \brief A definition will return its interface declaration.
241 /// An interface declaration will return its definition.
413 /// \brief Returns whether this specific method is a definition.
562 /// \brief The definition of this class, for quick access from any
564 ObjCInterfaceDecl *Definition;
598 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
613 assert(Data != 0 && "Declaration has no definition!");
617 /// \brief Allocate the definition data for this class.
793 /// actually also a definition
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 440 // By definition, references have no children.
    [all...]

Completed in 360 milliseconds