HomeSort by relevance Sort by last modified time
    Searched defs:Definition (Results 1 - 12 of 12) 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 324 // The declaration may have become definition so check again.
338 // The declaration may have become definition so check again.
381 // __attribute__((weakref)) is basically a definition.
529 const FunctionDecl *Definition = 0;
530 if (KeyFunction->hasBody(Definition))
531 MarkVTableUsed(Definition->getLocation(), *I, true);
616 // constitutes a tentative definition. If a translation unit
618 // and the translation unit contains no external definition for
631 // If the tentative definition was completed, getActingDefinition() returns
656 // Notify the consumer that we've completed a tentative definition
    [all...]
SemaTemplateInstantiateDecl.cpp 604 // If this is an out-of-line definition of an enum member template, check
625 // instantiate the definition when visiting the definition in that case, since
638 // Update the location to refer to the definition.
    [all...]
SemaDecl.cpp 734 // A name used in a template declaration or definition and that is
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 449 const FunctionDecl *Definition;
450 if (!Result->hasBody(Definition))
453 // We found a definition. If we're not sure that this devirtualization is
457 return RuntimeDefinition(Definition, R->StripCasts());
458 return RuntimeDefinition(Definition, /*DispatchRegion=*/0);
737 // Cannot find a public definition.
  /external/clang/lib/AST/
DeclBase.cpp 641 const FunctionDecl *Definition;
642 if (FD->hasBody(Definition))
643 return Definition->getSourceRange().getEnd();
838 // If this is a tag type that has a definition or is currently
839 // being defined, that definition is our primary context.
    [all...]
Decl.cpp 595 // 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 106 /// specifiers of a C++ class definition.
535 /// Definition - The declaration which defines this record.
536 CXXRecordDecl *Definition;
605 assert(DefinitionData && "queried property of class with no definition");
610 assert(DefinitionData && "queried property of class with no definition");
615 assert(DefinitionData && "queried property of lambda with no definition");
698 return data().Definition;
    [all...]
DeclObjC.h 129 // Method has a definition.
249 /// \brief A definition will return its interface declaration.
250 /// An interface declaration will return its definition.
295 /// for a method definition.
436 /// \brief Returns whether this specific method is a definition.
589 /// \brief The definition of this class, for quick access from any
591 ObjCInterfaceDecl *Definition;
625 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
640 assert(Data != 0 && "Declaration has no definition!");
644 /// \brief Allocate the definition data for this class
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 447 // By definition, references have no children.
    [all...]

Completed in 486 milliseconds