Home
last modified time | relevance | path

Searched defs:VBC (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DCommentParser.cpp458 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
487 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
507 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
534 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
1229 VerbatimBlockComment *VBC; in TEST_F() local
1244 VerbatimBlockComment *VBC; in TEST_F() local
1259 VerbatimBlockComment *VBC; in TEST_F() local
1282 VerbatimBlockComment *VBC; in TEST_F() local
1307 VerbatimBlockComment *VBC; in TEST_F() local
1334 VerbatimBlockComment *VBC; in TEST_F() local
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp229 struct VBC : VA, VB, virtual OL { struct
233 VBC(const VBC &Other) : OL(Other), VA(Other), VB(Other) {} in VBC() function