Home
last modified time | relevance | path

Searched defs:BCC (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DCommentParser.cpp161 BlockCommandComment *&BCC, in HasBlockCommandAt()
683 BlockCommandComment *BCC; in TEST_F() local
700 BlockCommandComment *BCC; in TEST_F() local
707 BlockCommandComment *BCC; in TEST_F() local
727 BlockCommandComment *BCC; in TEST_F() local
737 BlockCommandComment *BCC; in TEST_F() local
780 BlockCommandComment *BCC; in TEST_F() local
970 BlockCommandComment *BCC; in TEST_F() local
1422 BlockCommandComment *BCC; in TEST_F() local
1451 BlockCommandComment *BCC; in TEST_F() local
[all …]
/llvm-project/clang/tools/libclang/
H A DCXComment.cpp227 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getCommandName() local
236 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getNumArgs() local
245 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getArgText() local
253 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getParagraph() local
/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp122 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts() local