Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp1502 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument
1531 SuperLoc, SuperType)); in HandleExprPropertyRefExpr()
1551 SuperLoc, SuperType)); in HandleExprPropertyRefExpr()
1608 SuperLoc, SuperType)); in HandleExprPropertyRefExpr()
1627 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr()
DSemaCodeComplete.cpp2005 std::string SuperType; in AddOrdinaryNameResults() local
2006 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults()
2008 SuperType += " *"; in AddOrdinaryNameResults()
2010 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprObjC.h939 QualType SuperType,
1060 QualType SuperType,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp3331 QualType SuperType, in ObjCMessageExpr() argument
3350 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr()
3432 QualType SuperType, in Create() argument
3448 SuperType, Sel, SelLocs, SelLocsK, in Create()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h6802 SourceLocation SuperLoc, QualType SuperType,