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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 219 const ConstructionContextItem &getItem() const { return Item; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 486 const unsigned char *getItem() const {
523 auto *LocalPtr = this->getItem();
569 auto *LocalPtr = this->getItem();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 127 if (const Stmt *S = getItem().getStmtOrNull())
130 return getItem().getCXXCtorInitializer();
138 const ConstructionContextItem &getItem() const { return Impl.first; }
147 const Stmt *S = getItem().getStmtOrNull();
150 I = getItem().getCXXCtorInitializer();
158 Out << ", \"kind\": \"" << getItem().getKindAsString()
161 if (getItem().getKind() == ConstructionContextItem::ArgumentKind)
162 Out << getItem().getIndex();
468 Key.getItem().getKind() ==
2397 assert(I.first.getItem().getKind() =
    [all...]

Completed in 34 milliseconds