HomeSort by relevance Sort by last modified time
    Searched full:typedeftype (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/clang/lib/AST/
NSAPI.cpp 294 const TypedefType *TDT = T->getAs<TypedefType>();
392 while (const TypedefType *TDT = T->getAs<TypedefType>()) {
Type.cpp 56 ND = ty->getAs<TypedefType>()->getDecl();
313 /// sugar, such as a TypedefType) by removing any existing sugar until it
333 template <> const TypedefType *Type::getAs() const {
334 return getAsSugar<TypedefType>(this);
    [all...]
NestedNameSpecifier.cpp 262 // a TypedefType, TagType, etc.). However, when we are dealing with
TypePrinter.cpp 757 void TypePrinter::printTypedefBefore(const TypedefType *T, raw_ostream &OS) {
760 void TypePrinter::printTypedefAfter(const TypedefType *T, raw_ostream &OS) { }
    [all...]
  /external/clang/lib/Analysis/
CocoaConventions.cpp 28 while (const TypedefType *TD = dyn_cast<TypedefType>(RetTy.getTypePtr())) {
FormatString.cpp 818 assert(isa<TypedefType>(QT) && "Expected a TypedefType");
819 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl();
842 if (!isa<TypedefType>(T))
845 Typedef = cast<TypedefType>(T)->getDecl();
PrintfFormatString.cpp 520 if (isa<TypedefType>(QT) && (LangOpt.C99 || LangOpt.CPlusPlus11))
550 if (!isa<TypedefType>(QT) && QT->isCharType()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 46 if (const TypedefType *TT = Ty->getAs<TypedefType>())
NSErrorChecker.cpp 307 const TypedefType* TT = PPT->getPointeeType()->getAs<TypedefType>();
LLVMConventionsChecker.cpp 55 const TypedefType *TT = T->getAs<TypedefType>();
  /frameworks/compile/slang/
slang_rs_export_element.cpp 149 const clang::TypedefType *TT = static_cast<const clang::TypedefType*>(T);
  /system/media/camera/docs/
metadata_properties.xsd 103 <element name="typedef" type="tns:TypedefType" maxOccurs="unbounded" minOccurs="0">
108 <complexType name="TypedefType">
  /external/lldb/source/Symbol/
ClangASTType.cpp 142 return GetCompleteQualType (ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType(), allow_completion);
213 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsAggregateType();
269 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsArrayType (element_type_ptr,
369 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionType();
405 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionPointerType();
482 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPointerType(pointee_type);
541 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPointerOrReferenceType(pointee_type);
575 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsReferenceType(pointee_type);
758 cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPossibleDynamicType (dynamic_pointee_type,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 77 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 57 if (const TypedefType* typedefed = dyn_cast<TypedefType>(type))
415 while (const TypedefType* TT = dyn_cast<TypedefType>(type)) {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 404 if (!isa<TypedefType>(RT)) {
    [all...]
  /external/clang/docs/
LibASTMatchersReference.html     [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 378 /// For a TypedefType QT, if it is a named integer type such as size_t,
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 302 REGISTER_MATCHER(typedefType);
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 954 if (const TypedefType *Typedef = Ty->getAs<TypedefType>())
    [all...]
IndexingContext.cpp 132 if (const TypedefType *TDT = T->getAs<TypedefType>()) {
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 2461 milliseconds

1 2 3