Home
last modified time | relevance | path

Searched refs:ElidedTemporaryObjectKind (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h249 ElidedTemporaryObjectKind, enumerator
251 TEMPORARY_END = ElidedTemporaryObjectKind,
537 ConstructionContext::ElidedTemporaryObjectKind, BTE, MTE), in ElidedTemporaryObjectConstructionContext()
555 return CC->getKind() == ElidedTemporaryObjectKind; in classof()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp232 case ConstructionContext::ElidedTemporaryObjectKind: { in computeObjectUnderConstruction()
410 case ConstructionContext::ElidedTemporaryObjectKind: { in updateObjectsUnderConstruction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5428 case ConstructionContext::ElidedTemporaryObjectKind: { in print_construction_context()