Searched defs:BCC (Results 1 - 12 of 12) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
229 if (!BCC)
233 return cxstring::createRef(BCC->getCommandName(Traits));
237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
238 if (!BCC)
241 return BCC->getNumArgs();
246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
247 if (!BCC || ArgIdx >= BCC->getNumArgs())
250 return cxstring::createRef(BCC
254 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
[all...]
/external/clang/unittests/AST/
H A DCommentParser.cpp163 BlockCommandComment *&BCC,
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
170 StringRef ActualName = BCC->getCommandName(Traits);
176 Paragraph = BCC->getParagraph();
689 BlockCommandComment *BCC; local
691 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
693 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " Aaa"));
706 BlockCommandComment *BCC; local
708 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
710 ASSERT_TRUE(HasParagraphCommentAt(BCC,
160 HasBlockCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, BlockCommandComment *&BCC, StringRef Name, ParagraphComment *&Paragraph) argument
713 BlockCommandComment *BCC; local
733 BlockCommandComment *BCC; local
743 BlockCommandComment *BCC; local
788 BlockCommandComment *BCC; local
983 BlockCommandComment *BCC; local
1435 BlockCommandComment *BCC; local
[all...]
/external/clang/lib/Index/
H A DCommentToXML.cpp121 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); local
122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
124 Brief = BCC;
128 Headerfile = BCC;
132 Returns.push_back(BCC);
136 Exceptions.push_back(BCC);
139 MiscBlocks.push_back(BCC);
/external/libpcap/
H A Dgrammar.h138 BCC = 348, enumerator in enum:yytokentype
260 #define BCC 348 macro
H A Dgrammar.c441 BCC = 348, enumerator in enum:yytokentype
563 #define BCC 348 macro
979 "NETBEUI", "LANE", "LLC", "METAC", "BCC", "SC", "ILMIC", "OAMF4EC",
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp167 const wchar_t* BCC,
176 ByteString bsBcc = WideString(BCC).UTF16LE_Encode();
161 JS_docmailForm(void* mailData, int length, FPDF_BOOL bUI, const wchar_t* To, const wchar_t* Subject, const wchar_t* CC, const wchar_t* BCC, const wchar_t* Msg) argument
/external/pdfium/samples/
H A Dpdfium_test.cc666 FPDF_WIDESTRING BCC,
670 GetPlatformWString(BCC).c_str(), GetPlatformWString(Subject).c_str(),
659 ExampleDocMail(IPDF_JSPLATFORM*, void* mailData, int length, FPDF_BOOL UI, FPDF_WIDESTRING To, FPDF_WIDESTRING Subject, FPDF_WIDESTRING CC, FPDF_WIDESTRING BCC, FPDF_WIDESTRING Msg) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 534 milliseconds