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

1 2

  /external/lldb/include/lldb/Expression/
ClangPersistentVariables.h 61 clang::TypeDecl *tag_decl);
63 clang::TypeDecl *
69 typedef llvm::DenseMap<const char *, clang::TypeDecl *> PersistentTypeMap;
ASTResultSynthesizer.h 166 /// Given a TypeDecl, if it declares a type whose name starts with a
173 void MaybeRecordPersistentType(clang::TypeDecl *D);
  /external/lldb/source/Expression/
ClangPersistentVariables.cpp 75 clang::TypeDecl *type_decl)
77 m_persistent_types.insert(std::pair<const char*, clang::TypeDecl*>(name.GetCString(), type_decl));
80 clang::TypeDecl *
ASTResultSynthesizer.cpp 431 typedef DeclContext::specific_decl_iterator<TypeDecl> TypeDeclIterator;
443 ASTResultSynthesizer::MaybeRecordPersistentType(TypeDecl *D)
464 if (TypeDecl *TypeDecl_scratch = dyn_cast<TypeDecl>(D_scratch))
ClangExpressionDeclMap.cpp     [all...]
  /external/lldb/include/lldb/Core/
ClangForward.h 120 class TypeDecl;
  /external/clang/tools/libclang/
CXCursor.h 43 class TypeDecl;
92 CXCursor MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
97 std::pair<const TypeDecl *, SourceLocation> getCursorTypeRef(CXCursor C);
CXType.cpp 158 if (const TypeDecl *TD = dyn_cast<TypeDecl>(D))
898 if (const TypeDecl *TD = dyn_cast<TypeDecl>(D))
CXCursor.cpp 643 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
651 std::pair<const TypeDecl *, SourceLocation>
654 return std::make_pair(static_cast<const TypeDecl *>(C.data[0]),
    [all...]
IndexingContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 298 if (!isa<TypeDecl>(SD))
303 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
646 (!isa<TypeDecl>(OuterDecl) || !isa<TypeDecl>(SD) ||
648 Context.getTypeDeclType(cast<TypeDecl>(OuterDecl)),
649 Context.getTypeDeclType(cast<TypeDecl>(SD))))) {
687 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
719 llvm_unreachable("Unhandled TypeDecl node in nested-name-specifier");
774 if (TypeDecl *TD = Found.getAsSingle<TypeDecl>())
    [all...]
SemaStmtAsm.cpp 578 } else if (TypeDecl *TD = dyn_cast<TypeDecl>(FoundDecl))
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp 656 if (const TypeDecl *Type = dyn_cast<TypeDecl>(ND))
737 if ((isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND)) &&
    [all...]
SemaExprMember.cpp 638 if (!isa<TypeDecl>(DC)) {
    [all...]
SemaLookup.cpp 402 if (TypeDecl *TD = dyn_cast<TypeDecl>(D)) {
    [all...]
SemaDecl.cpp 79 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND);
173 if (!isa<TypeDecl>(ND))
387 if (isa<TypeDecl>(*Res) || isa<ObjCInterfaceDecl>(*Res)) {
420 if (TypeDecl *TD = dyn_cast<TypeDecl>(IIDecl)) {
657 if (isa<TypeDecl>(*I) || isa<ObjCInterfaceDecl>(*I))
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 212 mutable TypeDecl *Float128StubDecl;
250 TypeDecl *FILEDecl;
253 TypeDecl *jmp_bufDecl;
256 TypeDecl *sigjmp_bufDecl;
259 TypeDecl *ucontext_tDecl;
871 TypeDecl *getFloat128StubType() const;
881 QualType getTypeDeclTypeSlow(const TypeDecl *Decl) const;
    [all...]
Decl.h     [all...]
DeclCXX.h     [all...]
DeclTemplate.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 355 } else if (TypeDecl *Type = dyn_cast<TypeDecl>(DC)) {
    [all...]
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 526 clang::TypeDecl *tdecl = target->GetPersistentVariables().GetPersistentType(ConstString(lookup_type_name));
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 58 void VisitTypeDecl(TypeDecl *D);
266 void ASTDeclWriter::VisitTypeDecl(TypeDecl *D) {
    [all...]

Completed in 1434 milliseconds

1 2