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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 531 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC,
565 comments::FullComment *CFC = cloneFullComment(FC, D);
581 return cloneFullComment(FC, D);
587 return cloneFullComment(FC, D);
596 return cloneFullComment(FC, D);
602 return cloneFullComment(FC, D);
608 return cloneFullComment(FC, D);
625 return cloneFullComment(FC, D);
639 return cloneFullComment(FC, D);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 827 comments::FullComment *cloneFullComment(comments::FullComment *FC,

Completed in 149 milliseconds