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

  /external/clang/lib/Sema/
Sema.cpp 299 // The declaration may have become definition so check again.
313 // The declaration may have become definition so check again.
356 // __attribute__((weakref)) is basically a definition.
419 const FunctionDecl *Definition = 0;
420 if (KeyFunction->hasBody(Definition))
421 MarkVTableUsed(Definition->getLocation(), *I, true);
480 // constitutes a tentative definition. If a translation unit
482 // and the translation unit contains no external definition for
495 // If the tentative definition was completed, getActingDefinition() returns
520 // Notify the consumer that we've completed a tentative definition
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp 623 // A name used in a template declaration or definition and that is
793 // A name used in the definition of a static data member of class
798 // scope of its namespace then any name used in the definition of
800 // if the definition of the variable member occurred in its
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 601 const FunctionDecl *Definition;
602 if (FD->hasBody(Definition))
603 return Definition->getSourceRange().getEnd();
781 // If this is a tag type that has a definition or is currently
782 // being defined, that definition is our primary context.
    [all...]
Decl.cpp 599 // type's visibility unless it's a definition.
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 100 /// specifiers of a C++ class definition.
505 /// Definition - The declaration which defines this record.
506 CXXRecordDecl *Definition;
515 return Bases.get(Definition->getASTContext().getExternalSource());
520 return VBases.get(Definition->getASTContext().getExternalSource());
525 assert(DefinitionData && "queried property of class with no definition");
530 assert(DefinitionData && "queried property of class with no definition");
598 return data().Definition;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 458 // By definition, references have no children.
    [all...]

Completed in 1076 milliseconds