HomeSort by: relevance | last modified time | path
    Searched refs:isValidPointerAttrType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 1442 bool Sema::isValidPointerAttrType(QualType T, bool RefOkay) {
1470 if (!S.isValidPointerAttrType(T)) {
1511 if (T->isDependentType() || S.isValidPointerAttrType(T))
1561 if (!S.isValidPointerAttrType(T, /* RefOkay */ true)) {
1588 if (!isValidPointerAttrType(ResultType, /* RefOkay */ true)) {
1637 !isValidPointerAttrType(ResultType, /* RefOkay */ true)) {
SemaChecking.cpp 4472 if (S.isValidPointerAttrType(Arg->getType()))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4279 bool isValidPointerAttrType(QualType T, bool RefOkay = false);

Completed in 37 milliseconds