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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2552 static bool isPlaceholderTypeKind(Kind K) {
2560 return isPlaceholderTypeKind(getKind());
6948 assert(BuiltinType::isPlaceholderTypeKind((BuiltinType::Kind) K));
Expr.h 510 assert(BuiltinType::isPlaceholderTypeKind(K));

Completed in 33 milliseconds