Home
last modified time | relevance | path

Searched refs:FromBody (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3187 if (Stmt *FromBody = D->getBody()) { in VisitFunctionDecl() local
3188 if (ExpectedStmt ToBodyOrErr = import(FromBody)) in VisitFunctionDecl()