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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 303 class VariableConstructionContext : public ConstructionContext {
307 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS)
326 class SimpleVariableConstructionContext : public VariableConstructionContext {
330 : VariableConstructionContext(ConstructionContext::SimpleVariableKind,
349 : public VariableConstructionContext {
356 : VariableConstructionContext(CXX17ElidedCopyVariableKind, DS), BTE(BTE) {
CFG.h 203 isa<VariableConstructionContext>(C) ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 124 const auto *DSCC = cast<VariableConstructionContext>(CC);
371 const auto *DSCC = cast<VariableConstructionContext>(CC);

Completed in 44 milliseconds