HomeSort by: relevance | last modified time | path
    Searched defs:getAssociatedStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 515 const Stmt *getAssociatedStmt() const {
516 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt();
518 Stmt *getAssociatedStmt() {
521 return Data->getAssociatedStmt();
StmtOpenMP.h 515 const Stmt *getAssociatedStmt() const {
516 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt();
518 Stmt *getAssociatedStmt() {
521 return Data->getAssociatedStmt();

Completed in 81 milliseconds