Home
last modified time | relevance | path

Searched defs:GotoLabel (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h477 explicit GotoLabel(LabelDecl *Label) : Loc(GotoLabelKind, Label) {} in GotoLabel() function
485 GotoLabel() {} in GotoLabel() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h570 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel() function