Home
last modified time | relevance | path

Searched refs:getCounterValue (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m104 - (BOOL)getCounterValue; method
Dobjcmt-atomic-property.m.result89 @property (getter=getCounterValue, readonly) BOOL counterValue;
Dobjcmt-property.m107 - (BOOL)getCounterValue; method
Dobjcmt-ns-nonatomic-iosonly.m111 - (BOOL)getCounterValue; method
Dobjcmt-property.m.result92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
Dobjcmt-ns-nonatomic-iosonly.m.result96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
/external/clang/include/clang/Lex/
DPreprocessor.h1316 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/external/clang/lib/Serialization/
DASTWriter.cpp2052 if (PP.getCounterValue() != 0) { in WritePreprocessor()
2053 Record.push_back(PP.getCounterValue()); in WritePreprocessor()