Searched refs:isPlaceholderTypeKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1880 static bool isPlaceholderTypeKind(Kind K) { function in class:clang::BuiltinType
1888 return isPlaceholderTypeKind(getKind());
5029 assert(BuiltinType::isPlaceholderTypeKind((BuiltinType::Kind) K));
H A DExpr.h466 assert(BuiltinType::isPlaceholderTypeKind(K));

Completed in 100 milliseconds