HomeSort by: relevance | last modified time | path
    Searched defs:isDefinition (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp 298 bool TagTypeLoc::isDefinition() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 738 bool isDefinition() const { return SPFlags & DISubprogram::SPFlagDefinition; }
744 if (!isDefinition() && LinkageName)
761 return isDeclarationOfODRMember(LHS.isDefinition(), LHS.Scope,
766 return isDeclarationOfODRMember(LHS->isDefinition(), LHS->getRawScope(),
773 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope,
778 if (IsDefinition || !Scope || !LinkageName)
791 return IsDefinition == RHS->isDefinition() && Scope == RHS->getRawScope() &&
975 bool IsDefinition;
982 bool IsLocalToUnit, bool IsDefinition,
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 6367 int isDefinition;

Completed in 48 milliseconds