Searched refs:DeclStmt (Results 51 - 59 of 59) sorted by relevance

123

/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1904 DEF_TRAVERSE_STMT(DeclStmt, {
1909 // returning. Here's why: A DeclStmt looks like 'type var [=
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1872 void EmitDeclStmt(const DeclStmt &S);
/external/clang/lib/Sema/
H A DTreeTransform.h1603 if (DeclStmt *RangeStmt = dyn_cast<DeclStmt>(Range)) {
5393 // Immediately fail if this was a DeclStmt, since it's very
5395 if (isa<DeclStmt>(B))
5799 TreeTransform<Derived>::TransformDeclStmt(DeclStmt *S) {
H A DSemaOpenMP.cpp1394 } else if (auto DS = dyn_cast<DeclStmt>(S)) {
H A DSemaDeclCXX.cpp817 DeclStmt *DS, SourceLocation &Cxx1yLoc) {
983 if (!CheckConstexprDeclStmt(SemaRef, Dcl, cast<DeclStmt>(S), Cxx1yLoc))
9365 // Create the DeclStmt that holds the iteration variable.
9366 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc);
/external/clang/tools/libclang/
H A DCIndex.cpp1830 void VisitDeclStmt(const DeclStmt *S);
2122 void EnqueueVisitor::VisitDeclStmt(const DeclStmt *S) {
3845 return cxstring::createRef("DeclStmt");
4197 // can't set consistently. For example, when visiting a DeclStmt we will set
4201 // when visiting a DeclStmt currently, the AST should be enhanced to be able
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp212 void ASTStmtWriter::VisitDeclStmt(DeclStmt *S) {
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3043 TEST(DeclStmt, ContainsDeclaration) {
/external/clang/lib/AST/
H A DExprConstant.cpp3284 // Wrap the evaluation in a block scope, in case it's a DeclStmt
3342 const DeclStmt *DS = cast<DeclStmt>(S);

Completed in 4606 milliseconds

123