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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ConstructionContext.cpp 133 case ConstructionContextItem::TemporaryDestructorKind: {
191 case ConstructionContextItem::TemporaryDestructorKind: {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 35 TemporaryDestructorKind,
54 case TemporaryDestructorKind: return "destroy temporary";
102 Kind(IsElided ? ElidedDestructorKind : TemporaryDestructorKind) {}
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 469 ConstructionContextItem::TemporaryDestructorKind);
2398 ConstructionContextItem::TemporaryDestructorKind ||

Completed in 18 milliseconds