Home
last modified time | relevance | path

Searched defs:compoundStmt (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp884 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1593 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; variable
/external/clang/tools/libclang/
DCIndex.cpp3670 const CompoundStmt *compoundStmt = dyn_cast_or_null<CompoundStmt>(getCursorStmt(C)); in clang_Cursor_Evaluate() local