Home
last modified time | relevance | path

Searched defs:getCounterValue (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DOpenMPClause.cpp547 const Expr *OMPDependClause::getCounterValue() const { in getCounterValue() function in OMPDependClause
554 Expr *OMPDependClause::getCounterValue() { in getCounterValue() function in OMPDependClause
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m104 - (BOOL)getCounterValue; method
Dobjcmt-ns-nonatomic-iosonly.m111 - (BOOL)getCounterValue; method
Dobjcmt-property.m107 - (BOOL)getCounterValue; method
/external/clang/include/clang/Lex/
DPreprocessor.h1618 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function