Searched refs:numAttributes (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); local
44 for (uint32_t i = 0; i != numAttributes; ++i) {
112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); local
115 for (i=0; i<numAttributes; ++i) {
231 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); local
232 for (uint32_t i = 0; i != numAttributes; ++i) {
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorJS.pm664 my $numAttributes = @{$dataNode->attributes};
699 my $hasGetter = $numAttributes > 0
809 if ($numAttributes > 0) {
909 push(@headerContent, GenerateGetOwnPropertySlotBody($dataNode, $interfaceName, $className, $implClassName, $numAttributes > 0, 1));
913 push(@headerContent, GenerateGetOwnPropertyDescriptorBody($dataNode, $interfaceName, $className, $implClassName, $numAttributes > 0, 1));
1000 if ($numAttributes > 0 || !($dataNode->extendedAttributes->{"OmitConstructor"} || $dataNode->extendedAttributes->{"CustomConstructor"})) {
1051 my $numAttributes = @{$dataNode->attributes};
1052 $numAttributes++ if (!($dataNode->extendedAttributes->{"OmitConstructor"} || $dataNode->extendedAttributes->{"CustomConstructor"}));
1054 return 0 if !$numAttributes;
1056 my $hashSize = $numAttributes;
[all...]
H A DCodeGeneratorCPP.pm358 my $numAttributes = @{$dataNode->attributes};
428 if ($numAttributes > 0) {
595 my $numAttributes = @{$dataNode->attributes};
678 if ($numAttributes > 0) {
H A DCodeGeneratorObjC.pm694 my $numAttributes = @{$dataNode->attributes};
764 if ($numAttributes > 0) {
1064 my $numAttributes = @{$dataNode->attributes};
1164 if ($numAttributes > 0) {
/external/clang/tools/libclang/
H A DIndexingContext.h54 numAttributes = 0;
90 numAttributes = 0;
100 numAttributes = 0;
H A DIndexingContext.cpp277 DInfo.numAttributes = DInfo.EntInfo.numAttributes;
845 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
/external/clang/include/clang-c/
H A DIndex.h4363 unsigned numAttributes; member in struct:__anon2998
4397 unsigned numAttributes; member in struct:__anon3001
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp1278 int numAttributes = Ime::ImmGetCompositionStringW(hInputContext, GCS_COMPATTR, 0, 0); local
1279 Vector<BYTE> attributes(numAttributes);
1280 Ime::ImmGetCompositionStringW(hInputContext, GCS_COMPATTR, attributes.data(), numAttributes);
/external/clang/tools/c-index-test/
H A Dc-index-test.c1789 for (i = 0; i != info->numAttributes; ++i) {
1914 for (i = 0; i != info->numAttributes; ++i) {
/external/webkit/Source/WebKit/win/
H A DWebView.cpp5517 int numAttributes = IMMDict::dict().getCompositionString(hInputContext, GCS_COMPATTR, 0, 0);
5518 Vector<BYTE> attributes(numAttributes);
5519 IMMDict::dict().getCompositionString(hInputContext, GCS_COMPATTR, attributes.data(), numAttributes);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 437 milliseconds