Home
last modified time | relevance | path

Searched refs:placeholderType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp19490 const BuiltinType *placeholderType = E->getType()->getAsPlaceholderType(); in CheckPlaceholderExpr() local
19491 if (!placeholderType) return E; in CheckPlaceholderExpr()
19493 switch (placeholderType->getKind()) { in CheckPlaceholderExpr()