Home
last modified time | relevance | path

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

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