HomeSort by relevance Sort by last modified time
    Searched refs:ReferenceType (Results 1 - 25 of 48) sorted by null

1 2

  /external/javassist/src/main/javassist/util/
HotSwapper.java 156 ReferenceType classtype = toRefType(className);
185 private ReferenceType toRefType(String className) {
190 return (ReferenceType)list.get(0);
  /external/clang/lib/StaticAnalyzer/Checkers/
AdjustedReturnValueChecker.cpp 75 if (actualResultTy->getAs<ReferenceType>())
DeadStoresChecker.cpp 146 if (VD->getType()->getAs<ReferenceType>())
253 if (V->getType()->getAs<ReferenceType>())
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 30 else if (const ReferenceType *RefTy = T->getAs<ReferenceType>())
63 } else if (const ReferenceType* IT = T->getAs<ReferenceType>()) {
556 if (const ReferenceType *RefTy = CanonicalSubT->getAs<ReferenceType>())
576 if (const ReferenceType *RefTy = CanonicalSuperT->getAs<ReferenceType>())
SemaCXXCast.cpp 477 const ReferenceType *DestReference = 0;
480 } else if ((DestReference = DestType->getAs<ReferenceType>())) {
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp 529 if (const ReferenceType *R = NewType->getAs<ReferenceType>()) {
531 OldType = OldType->getAs<ReferenceType>()->getPointeeType();
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 225 if (const ReferenceType *RT = T->getAs<ReferenceType>())
  /external/clang/include/clang/AST/
CanonicalType.h 47 /// converted to @c CanQual<ReferenceType>. Note that any @c CanQual type can
491 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
718 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 366 if (const ReferenceType *RT = getAs<ReferenceType>())
506 AutoType *VisitReferenceType(const ReferenceType *T) {
    [all...]
ASTContext.cpp 678 if (const ReferenceType* RT = T->getAs<ReferenceType>()) {
    [all...]
DeclCXX.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ListHashSet.h 255 typedef ValueType& ReferenceType;
268 ReferenceType operator*() const { return *get(); }
298 typedef const ValueType& ReferenceType;
319 ReferenceType operator*() const { return *get(); }
HashTable.h 101 typedef const ValueType& ReferenceType;
163 ReferenceType operator*() const { return *get(); }
229 typedef ValueType& ReferenceType;
243 ReferenceType operator*() const { return *get(); }
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 378 const ReferenceType *RTy = cast<ReferenceType>(Ty);
CGException.cpp     [all...]
CGVTables.cpp 295 if (isa<ReferenceType>(CanDerivedReturnType)) {
297 CanDerivedReturnType->getAs<ReferenceType>()->getPointeeType();
299 CanBaseReturnType->getAs<ReferenceType>()->getPointeeType();
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 220 T = cast<ReferenceType>(TP)->getPointeeType();
CIndexUSRs.cpp 616 if (const ReferenceType *RT = T->getAs<ReferenceType>()) {

Completed in 4402 milliseconds

1 2