Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4862 struct StmtResult { struct
4864 APValue &Value;
4866 const LValue *Slot;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1729 operator StmtResult() const { return StmtError(); } in StmtResult() function