HomeSort by relevance Sort by last modified time
    Searched refs:getAs (Results 176 - 192 of 192) sorted by null

1 2 3 4 5 6 78

  /external/clang/include/clang/AST/
Decl.h     [all...]
DataRecursiveASTVisitor.h     [all...]
DeclTemplate.h     [all...]
ExprCXX.h     [all...]
RecursiveASTVisitor.h     [all...]
Expr.h 393 if (const ReferenceType *RT = T->getAs<ReferenceType>())
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 549 const clang::PointerType *pointer_pointertype = pointer_type->getAs<clang::PointerType>();
550 const clang::ObjCObjectPointerType *pointer_objcobjpointertype = pointer_type->getAs<clang::ObjCObjectPointerType>();
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 480 if (const AtomicType *AT = AtomicTy->getAs<AtomicType>())
    [all...]
CGDebugInfo.cpp     [all...]
CGObjC.cpp 335 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
698 if (const RecordType *recordType = ivarType->getAs<RecordType>())
    [all...]
CGObjCGNU.cpp     [all...]
CGDecl.cpp 891 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) {
    [all...]
CGBuiltin.cpp 148 const BuiltinType *ValTyP = ValTy->getAs<BuiltinType>();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 553 if (const ObjCObjectType *ObjT = A->getInterface()->getAs<ObjCObjectType>())
703 TL.getAs<TemplateSpecializationTypeLoc>()) {
787 FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>();
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]

Completed in 1054 milliseconds

1 2 3 4 5 6 78