Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3173 if (Stmt *FromBody = FromFD->getBody()) { in ImportFunctionDeclBody() local
3174 if (ExpectedStmt ToBodyOrErr = import(FromBody)) in ImportFunctionDeclBody()