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

  /external/clang/test/Analysis/
unions.cpp 5 struct Definition;
8 Definition *lexdef;
12 struct Definition : public ParseNode { };
32 struct Definition;
37 Definition *lexdef;
45 struct Definition : public ParseNode { };
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 16 // function's standard definition. This pass is implemented as a
301 Argument *Definition;
321 ArgumentGraph() { SyntheticRoot.Definition = 0; }
331 Node.Definition = A;
597 // made. If the definition doesn't have a 'nocapture' attribute by now, it
604 if (!ArgumentSCC[0]->Definition) continue; // synthetic root node
609 Argument *A = ArgumentSCC[0]->Definition;
622 if (!Node->Definition->hasNoCaptureAttr())
633 ArgumentSCCNodes.insert((*I)->Definition);
641 Argument *A = (*UI)->Definition;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 337 // The declaration may have become definition so check again.
351 // The declaration may have become definition so check again.
396 // __attribute__((weakref)) is basically a definition.
440 "used object requires definition but isn't inline or internal?");
565 const FunctionDecl *Definition = 0;
566 if (KeyFunction->hasBody(Definition))
567 MarkVTableUsed(Definition->getLocation(), *I, true);
657 // constitutes a tentative definition. If a translation unit
659 // and the translation unit contains no external definition for
672 // If the tentative definition was completed, getActingDefinition() return
    [all...]
SemaTemplateInstantiateDecl.cpp 643 // If this is an out-of-line definition of an enum member template, check
664 // instantiate the definition when visiting the definition in that case, since
677 // Update the location to refer to the definition.
    [all...]
SemaDecl.cpp 745 // A name used in a template declaration or definition and that is
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 462 const FunctionDecl *Definition;
463 if (!Result->hasBody(Definition))
466 // We found a definition. If we're not sure that this devirtualization is
470 return RuntimeDefinition(Definition, R->StripCasts());
471 return RuntimeDefinition(Definition, /*DispatchRegion=*/0);
761 // Cannot find a public definition.
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 643 const FunctionDecl *Definition;
644 if (FD->hasBody(Definition))
645 return Definition->getSourceRange().getEnd();
846 // If this is a tag type that has a definition or is currently
847 // being defined, that definition is our primary context.
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp 89 /// \brief What we should import from the definition.
91 /// \brief Import the default subset of the definition, which might be
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 129 // Method has a definition.
162 /// \brief Indicates if the method was a definition but its body was skipped.
251 /// \brief A definition will return its interface declaration.
252 /// An interface declaration will return its definition.
297 /// for a method definition.
435 /// \brief True if the method was a definition but its body was skipped.
465 /// \brief Returns whether this specific method is a definition.
632 /// \brief The definition of this class, for quick access from any
634 ObjCInterfaceDecl *Definition;
672 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
    [all...]
DeclCXX.h 96 /// specifiers of a C++ class definition.
486 CXXRecordDecl *Definition;
560 assert(DefinitionData && "queried property of class with no definition");
565 assert(DefinitionData && "queried property of class with no definition");
570 assert(DefinitionData && "queried property of lambda with no definition");
656 return data().Definition;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 464 // By definition, references have no children.
539 // If pointing inside a macro definition, check if the token is an identifier
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 438 milliseconds