HomeSort by relevance Sort by last modified time
    Searched refs:getAsPlaceholderType (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 56 src.get()->getType()->getAsPlaceholderType()) {
    [all...]
SemaExpr.cpp 828 if (const BuiltinType *PlaceholderTy = E->getType()->getAsPlaceholderType()) {
    [all...]
SemaOverload.cpp 830 if (const BuiltinType *placeholder = E->getType()->getAsPlaceholderType()) {
    [all...]

Completed in 1046 milliseconds