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

/external/clang/include/clang/AST/
H A DType.h1879 static bool isPlaceholderTypeKind(Kind K) { function in class:clang::BuiltinType
1887 return isPlaceholderTypeKind(getKind());
5058 assert(BuiltinType::isPlaceholderTypeKind((BuiltinType::Kind) K));
H A DExpr.h466 assert(BuiltinType::isPlaceholderTypeKind(K));

Completed in 143 milliseconds