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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 492 TypeResult boundType;
503 boundType = ParseTypeName();
504 if (boundType.isInvalid())
516 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 2597 QualType boundType = Expr::findBoundMemberType(C->getCallee());
2601 if (!boundType.isNull()) calleeType = boundType;

Completed in 20 milliseconds