OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Aug 05 00:25:39 UTC 2026