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

1 2 3

  /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/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);
ClangASTSource.h 31 /// The ExternalSemaSource class provides Decls (VarDecl, FunDecl, TypeDecl)
499 /// Create a TypeDecl with the name being searched for and the provided
503 /// The opaque QualType for the TypeDecl being registered.
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlschemastypes.h 67 xmlSchemaTypePtr typeDecl,
schemasInternals.h 932 xmlHashTablePtr typeDecl;
  /external/libxml2/include/libxml/
xmlschemastypes.h 67 xmlSchemaTypePtr typeDecl,
schemasInternals.h 932 xmlHashTablePtr typeDecl;
  /external/lldb/include/lldb/Core/
ClangForward.h 120 class TypeDecl;
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 259 if (!isa<TypeDecl>(SD))
264 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
596 (!isa<TypeDecl>(OuterDecl) || !isa<TypeDecl>(SD) ||
598 Context.getTypeDeclType(cast<TypeDecl>(OuterDecl)),
599 Context.getTypeDeclType(cast<TypeDecl>(SD))))) {
630 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
662 llvm_unreachable("Unhandled TypeDecl node in nested-name-specifier");
712 if (TypeDecl *TD = Found.getAsSingle<TypeDecl>())
    [all...]
SemaStmtAsm.cpp 447 else if (TypeDecl *TD = dyn_cast<TypeDecl>(FoundDecl))
SemaDecl.cpp 78 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND);
161 FoundTypeDecl = isa<TypeDecl>(ND);
343 if (isa<TypeDecl>(*Res) || isa<ObjCInterfaceDecl>(*Res)) {
376 if (TypeDecl *TD = dyn_cast<TypeDecl>(IIDecl)) {
608 if (isa<TypeDecl>(*I) || isa<ObjCInterfaceDecl>(*I))
778 (isa<TypeDecl>(UnderlyingFirstDecl) ||
    [all...]
SemaTemplate.cpp     [all...]
  /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))
863 if (const TypeDecl *TD = dyn_cast<TypeDecl>(D))
CXCursor.cpp 601 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
609 std::pair<const TypeDecl *, SourceLocation>
612 return std::make_pair(static_cast<const TypeDecl *>(C.data[0]),
    [all...]
IndexingContext.cpp     [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 87 /// %2 - the TypeDecl type of the naming class
88 /// %3 - the TypeDecl type of the declaring class
  /external/clang/include/clang/AST/
ASTContext.h 203 mutable TypeDecl *Float128StubDecl;
241 TypeDecl *FILEDecl;
244 TypeDecl *jmp_bufDecl;
247 TypeDecl *sigjmp_bufDecl;
250 TypeDecl *ucontext_tDecl;
853 TypeDecl *getFloat128StubType() const;
863 QualType getTypeDeclTypeSlow(const TypeDecl *Decl) const;
    [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 58 void VisitTypeDecl(TypeDecl *D);
208 void ASTDeclWriter::VisitTypeDecl(TypeDecl *D) {
    [all...]
ASTReaderDecl.cpp 235 void VisitTypeDecl(TypeDecl *TD);
359 if (TypeDecl *TD = dyn_cast<TypeDecl>(D)) {
360 // We have a fully initialized TypeDecl. Read its type now.
363 // if we have a fully initialized TypeDecl, we can safely read its type now.
451 void ASTDeclReader::VisitTypeDecl(TypeDecl *TD) {
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 351 } else if (TypeDecl *Type = dyn_cast<TypeDecl>(DC)) {
    [all...]

Completed in 1376 milliseconds

1 2 3