• Home
  • Raw
  • Download

Lines Matching refs:ASTContext

343     ASTContext *ast = getASTContext();  in HasExternalSource()
352 ASTContext *ast = getASTContext(); in SetExternalSource()
364 ASTContext *ast = getASTContext(); in RemoveExternalSource()
377 ASTContext *
382 m_ast_ap.reset(new ASTContext (*getLanguageOptions(), in getASTContext()
529 QualTypeMatchesBitSize(const uint64_t bit_size, ASTContext *ast, QualType qual_type) in QualTypeMatchesBitSize()
543 ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (ASTContext *ast, Encoding encoding, uint32_t … in GetBuiltinTypeForEncodingAndBitSize()
670 ClangASTContext::GetBasicType (ASTContext *ast, const ConstString &name) in GetBasicType()
695 ClangASTContext::GetBasicType (ASTContext *ast, lldb::BasicType basic_type) in GetBasicType()
811 ASTContext *ast = getASTContext(); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1021 ClangASTContext::GetUnknownAnyType(clang::ASTContext *ast) in GetUnknownAnyType()
1031 ASTContext *ast = getASTContext(); in GetCStringType()
1041 ClangASTContext::GetTranslationUnitDecl (clang::ASTContext *ast) in GetTranslationUnitDecl()
1047 ClangASTContext::CopyType (ASTContext *dst_ast, in CopyType()
1051 ASTContext *src_ast = src.GetASTContext(); in CopyType()
1064 ClangASTContext::CopyDecl (ASTContext *dst_ast, in CopyDecl()
1065 ASTContext *src_ast, in CopyDecl()
1082 ASTContext *ast = type1.GetASTContext(); in AreTypesSame()
1108 ASTContext *ast = m_ast_ap.get(); in GetTypeForDecl()
1120 ASTContext *ast = m_ast_ap.get(); in GetTypeForDecl()
1136 ASTContext *ast = getASTContext(); in CreateRecordType()
1179 CreateTemplateParameterList (ASTContext *ast, in CreateTemplateParameterList()
1238 ASTContext *ast = getASTContext(); in CreateFunctionTemplateDecl()
1285 ASTContext *ast = getASTContext(); in CreateClassTemplateDecl()
1361 ASTContext *ast = getASTContext(); in CreateClassTemplateSpecializationDecl()
1382 ASTContext *ast = getASTContext(); in CreateClassTemplateSpecializationType()
1678 ASTContext *ast, in FieldIsBitfield()
1740 ASTContext *ast = getASTContext(); in CreateObjCClass()
1802 ASTContext *ast = getASTContext(); in GetUniqueNamespaceDeclaration()
1908 ASTContext *ast = getASTContext(); in CreateFunctionDeclaration()
1955 ClangASTContext::CreateFunctionType (ASTContext *ast, in CreateFunctionType()
1984 ASTContext *ast = getASTContext(); in CreateParameterDeclaration()
2014 ASTContext *ast = getASTContext(); in CreateArrayType()
2058 ASTContext *ast = getASTContext(); in CreateEnumerationType()
2130 ClangASTContext::GetFloatTypeFromBitSize (clang::ASTContext *ast, in GetFloatTypeFromBitSize()
2148 ClangASTContext::GetCompleteDecl (clang::ASTContext *ast, in GetCompleteDecl()
2199 ClangASTContext::SetMetadata (clang::ASTContext *ast, in SetMetadata()
2211 ClangASTContext::GetMetadata (clang::ASTContext *ast, in GetMetadata()